diff options
Diffstat (limited to 'framework/Security/TUser.php')
-rw-r--r-- | framework/Security/TUser.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Security/TUser.php b/framework/Security/TUser.php index 8a229b1a..cf89e46f 100644 --- a/framework/Security/TUser.php +++ b/framework/Security/TUser.php @@ -6,9 +6,11 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @package System.Security + * @package Prado\Security */ +namespace Prado\Security; + /** * Using IUserManager interface */ @@ -26,7 +28,7 @@ Prado::using('System.Security.IUserManager'); * TUser is meant to be used together with {@link IUserManager}. * * @author Qiang Xue <qiang.xue@gmail.com> - * @package System.Security + * @package Prado\Security * @since 3.0 */ class TUser extends TComponent implements IUser |