summaryrefslogtreecommitdiff
path: root/framework/Util/TLogRoute.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Util/TLogRoute.php')
-rw-r--r--framework/Util/TLogRoute.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Util/TLogRoute.php b/framework/Util/TLogRoute.php
index 10222c01..9a2d5699 100644
--- a/framework/Util/TLogRoute.php
+++ b/framework/Util/TLogRoute.php
@@ -6,9 +6,11 @@
* @link http://www.pradosoft.com/
* @copyright Copyright © 2005-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @package System.Util
+ * @package Prado\Util
*/
+namespace Prado\Util;
+
/**
* TLogRoute class.
*
@@ -27,7 +29,7 @@
* satisfying both filter conditions will they be returned.
*
* @author Qiang Xue <qiang.xue@gmail.com>
- * @package System.Util
+ * @package Prado\Util
* @since 3.0
*/
abstract class TLogRoute extends TApplicationComponent