diff options
Diffstat (limited to 'framework/TComponent.php')
-rw-r--r-- | framework/TComponent.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/TComponent.php b/framework/TComponent.php index 57ab7003..56e816e4 100644 --- a/framework/TComponent.php +++ b/framework/TComponent.php @@ -10,9 +10,11 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @package System + * @package Prado */ +namespace Prado; + /** * TComponent class * @@ -276,7 +278,7 @@ * * @author Qiang Xue <qiang.xue@gmail.com> * @author Brad Anderson <javalizard@mac.com> - * @package System + * @package Prado * @since 3.0 */ class TComponent |