1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

Changed Auth default

This commit is contained in:
Eldad Fux 2020-03-16 20:43:43 +02:00
parent 0f3f090e09
commit 89ba82755e

View file

@ -72,10 +72,6 @@ class Authorization extends Validator
return false;
}
if(is_array($permissions[$this->action]) && empty($permissions[$this->action])) {
return true;
}
$permission = null;
foreach ($permissions[$this->action] as $permission) {