summaryrefslogtreecommitdiff
path: root/framework/Security/TDbUser.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Security/TDbUser.php')
-rw-r--r--framework/Security/TDbUser.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/Security/TDbUser.php b/framework/Security/TDbUser.php
index 0939b41c..8b30e0f3 100644
--- a/framework/Security/TDbUser.php
+++ b/framework/Security/TDbUser.php
@@ -6,9 +6,10 @@
* @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;
/**
* TDbUser class
@@ -19,7 +20,7 @@
* - {@link createUser()}: creates a new user instance given the username
*
* @author Qiang Xue <qiang.xue@gmail.com>
- * @package System.Security
+ * @package Prado\Security
* @since 3.1.0
*/
abstract class TDbUser extends TUser