From 67d7b1bd4bb020f0b948f1a67a8e98f42d28928f Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Wed, 21 Jan 2015 09:33:13 +0100 Subject: Add namespaces: framework/*.php, Util, Wsat, Xml --- framework/Util/TBehavior.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'framework/Util/TBehavior.php') 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 - * @package System.Util + * @package Prado\Util * @since 3.2.3 */ class TBehavior extends TComponent implements IBehavior -- cgit v1.2.3