summaryrefslogtreecommitdiff
path: root/framework/Util/TBehavior.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Util/TBehavior.php')
-rw-r--r--framework/Util/TBehavior.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/framework/Util/TBehavior.php b/framework/Util/TBehavior.php
index 56a81a87..83a24b75 100644
--- a/framework/Util/TBehavior.php
+++ b/framework/Util/TBehavior.php
@@ -8,10 +8,12 @@
* @license http://www.yiiframework.com/license/
*/
+namespace Prado\Util;
+
/**
* TBehavior is a convenient base class for behavior classes.
* @author Qiang Xue <qiang.xue@gmail.com>
- * @package System.Util
+ * @package Prado\Util
* @since 3.2.3
*/
class TBehavior extends TComponent implements IBehavior