diff options
Diffstat (limited to 'framework/Util/TEmailLogRoute.php')
-rw-r--r-- | framework/Util/TEmailLogRoute.php | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/framework/Util/TEmailLogRoute.php b/framework/Util/TEmailLogRoute.php index 11a8d292..64c05ef6 100644 --- a/framework/Util/TEmailLogRoute.php +++ b/framework/Util/TEmailLogRoute.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; + /** * TEmailLogRoute class. * @@ -18,7 +20,7 @@ * {@link setSentFrom SentFrom} address. * * @author Qiang Xue <qiang.xue@gmail.com> - * @package System.Util + * @package Prado\Util * @since 3.0 */ /** @@ -30,7 +32,7 @@ * {@link setSentFrom SentFrom} address. * * @author Qiang Xue <qiang.xue@gmail.com> - * @package System.Util + * @package Prado\Util * @since 3.0 */ class TEmailLogRoute extends TLogRoute |