diff options
Diffstat (limited to 'framework/IModule.php')
-rw-r--r-- | framework/IModule.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/IModule.php b/framework/IModule.php index 4d1eaf00..54fa22a3 100644 --- a/framework/IModule.php +++ b/framework/IModule.php @@ -6,16 +6,18 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @package System + * @package Prado */ +namespace Prado; + /** * IModule interface. * * This interface must be implemented by application modules. * * @author Qiang Xue <qiang.xue@gmail.com> - * @package System + * @package Prado * @since 3.0 */ interface IModule |