diff options
Diffstat (limited to 'framework/TEnumerable.php')
-rw-r--r-- | framework/TEnumerable.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/TEnumerable.php b/framework/TEnumerable.php index 8dd42857..45283933 100644 --- a/framework/TEnumerable.php +++ b/framework/TEnumerable.php @@ -10,9 +10,10 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @package System + * @package Prado */ +namespace Prado; /** * TEnumerable class. @@ -32,7 +33,7 @@ * TTextAlign::Right. * * @author Qiang Xue <qiang.xue@gmail.com> - * @package System + * @package Prado * @since 3.0 */ class TEnumerable implements Iterator |