summaryrefslogtreecommitdiff
path: root/framework/Security/TSecurityManagerValidationMode.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Security/TSecurityManagerValidationMode.php')
-rw-r--r--framework/Security/TSecurityManagerValidationMode.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Security/TSecurityManagerValidationMode.php b/framework/Security/TSecurityManagerValidationMode.php
index fe1086b5..bae56956 100644
--- a/framework/Security/TSecurityManagerValidationMode.php
+++ b/framework/Security/TSecurityManagerValidationMode.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;
+
/**
* TSecurityManagerValidationMode class.
*
@@ -22,7 +24,7 @@
* - SHA1: an SHA1 hash is generated from the data and used for validation.
*
* @author Qiang Xue <qiang.xue@gmail.com>
- * @package System.Security
+ * @package Prado\Security
* @since 3.0.4
*/
class TSecurityManagerValidationMode extends TEnumerable