diff options
Diffstat (limited to 'framework/Util/TFirebugLogRoute.php')
-rw-r--r-- | framework/Util/TFirebugLogRoute.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Util/TFirebugLogRoute.php b/framework/Util/TFirebugLogRoute.php index 4493e6f6..53b6d9cd 100644 --- a/framework/Util/TFirebugLogRoute.php +++ b/framework/Util/TFirebugLogRoute.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; + /** * TFirebugLogRoute class. * @@ -17,7 +19,7 @@ * {@link http://www.getfirebug.com/ FireBug Website} * * @author Enrico Stahn <mail@enricostahn.com>, Christophe Boulain <Christophe.Boulain@gmail.com> - * @package System.Util + * @package Prado\Util * @since 3.1.2 */ class TFirebugLogRoute extends TBrowserLogRoute |