summaryrefslogtreecommitdiff
path: root/framework/Util/TBrowserLogRoute.php
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2015-01-21 09:33:13 +0100
committerFabio Bas <ctrlaltca@gmail.com>2015-01-21 09:33:13 +0100
commit67d7b1bd4bb020f0b948f1a67a8e98f42d28928f (patch)
tree7bbc1e37c56224f56f73762ccfac4a424da0bb15 /framework/Util/TBrowserLogRoute.php
parentb927e32fa14869bc3a48d1fba6b2a161b9606270 (diff)
Add namespaces: framework/*.php, Util, Wsat, Xml
Diffstat (limited to 'framework/Util/TBrowserLogRoute.php')
-rw-r--r--framework/Util/TBrowserLogRoute.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Util/TBrowserLogRoute.php b/framework/Util/TBrowserLogRoute.php
index 047b393f..7c32de3c 100644
--- a/framework/Util/TBrowserLogRoute.php
+++ b/framework/Util/TBrowserLogRoute.php
@@ -6,16 +6,18 @@
* @link http://www.pradosoft.com/
* @copyright Copyright &copy; 2005-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @package System.Util
+ * @package Prado\Util
*/
+namespace Prado\Util;
+
/**
* TBrowserLogRoute class.
*
* TBrowserLogRoute prints selected log messages in the response.
*
* @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com>
- * @package System.Util
+ * @package Prado\Util
* @since 3.0
*/
class TBrowserLogRoute extends TLogRoute