summaryrefslogtreecommitdiff
path: root/framework/Security/TUserManagerPasswordMode.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Security/TUserManagerPasswordMode.php')
-rw-r--r--framework/Security/TUserManagerPasswordMode.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Security/TUserManagerPasswordMode.php b/framework/Security/TUserManagerPasswordMode.php
index 4a4493a2..39a4a48e 100644
--- a/framework/Security/TUserManagerPasswordMode.php
+++ b/framework/Security/TUserManagerPasswordMode.php
@@ -25,7 +25,7 @@ namespace Prado\Security;
* @package Prado\Security
* @since 3.0.4
*/
-class TUserManagerPasswordMode extends TEnumerable
+class TUserManagerPasswordMode extends \Prado\TEnumerable
{
const Clear='Clear';
const MD5='MD5';