diff options
Diffstat (limited to 'framework/IService.php')
-rw-r--r-- | framework/IService.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/IService.php b/framework/IService.php index 5cdbbcff..6465f5cc 100644 --- a/framework/IService.php +++ b/framework/IService.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; + /** * IService interface. * * This interface must be implemented by services. * * @author Qiang Xue <qiang.xue@gmail.com> - * @package System + * @package Prado * @since 3.0 */ interface IService |