* @license http://opensource.org/licenses/mit-license.php MIT * * @link http://www.ppi.io */ namespace PPI\Framework\Module; /** * The base PPI module class. * * @note Kept for backwards compatibility. Module classes should inherit directly from AbstractModule. * * @deprecated since version 2.1, to be removed in 2.2. Inherit from AbstractModule instead. */ abstract class Module extends AbstractModule { }