summaryrefslogtreecommitdiff
path: root/framework/TService.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/TService.php')
-rw-r--r--framework/TService.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/TService.php b/framework/TService.php
index 9c51eb5a..c3f40c44 100644
--- a/framework/TService.php
+++ b/framework/TService.php
@@ -6,9 +6,11 @@
* @link http://www.pradosoft.com/
* @copyright Copyright © 2005-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @package System
+ * @package Prado
*/
+namespace Prado;
+
/**
* TService class.
*
@@ -16,7 +18,7 @@
* used as the basic class for application services.
*
* @author Qiang Xue <qiang.xue@gmail.com>
- * @package System
+ * @package Prado
* @since 3.0
*/
abstract class TService extends TApplicationComponent implements IService