diff options
Diffstat (limited to 'framework/Util/TParameterModule.php')
-rw-r--r-- | framework/Util/TParameterModule.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Util/TParameterModule.php b/framework/Util/TParameterModule.php index 84616c63..1ca1a5cf 100644 --- a/framework/Util/TParameterModule.php +++ b/framework/Util/TParameterModule.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; + /** * TParameterModule class * @@ -40,7 +42,7 @@ * * @author Qiang Xue <qiang.xue@gmail.com> * @author Carl G. Mathisen <carlgmathisen@gmail.com> - * @package System.Util + * @package Prado\Util * @since 3.0 */ class TParameterModule extends TModule |