summaryrefslogtreecommitdiff
path: root/framework/Security/TAuthManager.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Security/TAuthManager.php')
-rw-r--r--framework/Security/TAuthManager.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Security/TAuthManager.php b/framework/Security/TAuthManager.php
index 2bf6a5b1..be83b695 100644
--- a/framework/Security/TAuthManager.php
+++ b/framework/Security/TAuthManager.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
*/
@@ -36,7 +38,7 @@ Prado::using('System.Security.IUserManager');
* <module id="users" class="System.Security.TUserManager" />
*
* @author Qiang Xue <qiang.xue@gmail.com>
- * @package System.Security
+ * @package Prado\Security
* @since 3.0
*/
class TAuthManager extends TModule