diff options
Diffstat (limited to 'framework/Util/TFirePhpLogRoute.php')
-rw-r--r-- | framework/Util/TFirePhpLogRoute.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Util/TFirePhpLogRoute.php b/framework/Util/TFirePhpLogRoute.php index 0ac19f95..371ebcc8 100644 --- a/framework/Util/TFirePhpLogRoute.php +++ b/framework/Util/TFirePhpLogRoute.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; + /** * TFirePhpLogRoute class. * @@ -18,7 +20,7 @@ * {@link http://www.firephp.org/ FirePHP Website} * * @author Yves Berkholz <godzilla80[at]gmx[dot]net> - * @package System.Util + * @package Prado\Util * @since 3.1.5 */ class TFirePhpLogRoute extends TLogRoute |