summaryrefslogtreecommitdiff
path: root/framework/TComponentReflection.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/TComponentReflection.php')
-rw-r--r--framework/TComponentReflection.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/TComponentReflection.php b/framework/TComponentReflection.php
index aef99e8c..27ba50b3 100644
--- a/framework/TComponentReflection.php
+++ b/framework/TComponentReflection.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;
+
/**
* TComponentReflection class.
*
@@ -27,7 +29,7 @@
* </code>
*
* @author Qiang Xue <qiang.xue@gmail.com>
- * @package System
+ * @package Prado
* @since 3.0
*/
class TComponentReflection extends TComponent