diff options
Diffstat (limited to 'framework/Security/TAuthorizationRuleCollection.php')
-rw-r--r-- | framework/Security/TAuthorizationRuleCollection.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/Security/TAuthorizationRuleCollection.php b/framework/Security/TAuthorizationRuleCollection.php index d83cb567..a2356a92 100644 --- a/framework/Security/TAuthorizationRuleCollection.php +++ b/framework/Security/TAuthorizationRuleCollection.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; /** * TAuthorizationRuleCollection class. @@ -16,7 +17,7 @@ * To check if a user is allowed, call {@link isUserAllowed}. * * @author Qiang Xue <qiang.xue@gmail.com> - * @package System.Security + * @package Prado\Security * @since 3.0 */ class TAuthorizationRuleCollection extends TList |