summaryrefslogtreecommitdiff
path: root/framework/Security/TAuthManager.php
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2015-01-22 09:14:12 +0100
committerFabio Bas <ctrlaltca@gmail.com>2015-01-22 09:14:12 +0100
commit5230f8f8a86fc1ae5d90f8c74ae65c93e197502b (patch)
treee870d29e21c14d5b1683d638dff978afe0a104fa /framework/Security/TAuthManager.php
parent53e4cd65205ac33d7dbc61a767f467c1b896dfc6 (diff)
Apply namespaces to class inheritances (pt1)
Diffstat (limited to 'framework/Security/TAuthManager.php')
-rw-r--r--framework/Security/TAuthManager.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/framework/Security/TAuthManager.php b/framework/Security/TAuthManager.php
index be83b695..0e1db884 100644
--- a/framework/Security/TAuthManager.php
+++ b/framework/Security/TAuthManager.php
@@ -10,11 +10,11 @@
*/
namespace Prado\Security;
-
-/**
- * Using IUserManager interface
- */
-Prado::using('System.Security.IUserManager');
+use Prado\Exceptions\TConfigurationException;
+use Prado\Exceptions\TInvalidOperationException;
+use Prado\TPropertyValue;
+use Prado\Web\Services\TPageService;
+use Prado\Web\THttpCookie;
/**
* TAuthManager class
@@ -41,7 +41,7 @@ Prado::using('System.Security.IUserManager');
* @package Prado\Security
* @since 3.0
*/
-class TAuthManager extends TModule
+class TAuthManager extends \Prado\TModule
{
/**
* GET variable name for return url