summaryrefslogtreecommitdiff
path: root/framework/Security/TAuthorizationRuleCollection.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Security/TAuthorizationRuleCollection.php')
-rw-r--r--framework/Security/TAuthorizationRuleCollection.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/Security/TAuthorizationRuleCollection.php b/framework/Security/TAuthorizationRuleCollection.php
index a2356a92..bee3e1fa 100644
--- a/framework/Security/TAuthorizationRuleCollection.php
+++ b/framework/Security/TAuthorizationRuleCollection.php
@@ -10,6 +10,7 @@
*/
namespace Prado\Security;
+use Prado\Exceptions\TInvalidDataTypeException;
/**
* TAuthorizationRuleCollection class.
@@ -20,7 +21,7 @@ namespace Prado\Security;
* @package Prado\Security
* @since 3.0
*/
-class TAuthorizationRuleCollection extends TList
+class TAuthorizationRuleCollection extends \Prado\Collections\TList
{
/**
* @param IUser the user to be authorized