diff options
Diffstat (limited to 'framework/Util/TFileLogRoute.php')
-rw-r--r-- | framework/Util/TFileLogRoute.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Util/TFileLogRoute.php b/framework/Util/TFileLogRoute.php index 9191235d..19fcd9b4 100644 --- a/framework/Util/TFileLogRoute.php +++ b/framework/Util/TFileLogRoute.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; + /** * TFileLogRoute class. * @@ -22,7 +24,7 @@ * specifies how many files to be kept. * * @author Qiang Xue <qiang.xue@gmail.com> - * @package System.Util + * @package Prado\Util * @since 3.0 */ class TFileLogRoute extends TLogRoute |