Security: Temporary grant all permissions
This commit is contained in:
parent
ef0a7c0e77
commit
44de790cc9
|
@ -165,6 +165,7 @@ class Manager
|
|||
*/
|
||||
public function hasPermission($permission)
|
||||
{
|
||||
return true;
|
||||
if (! $this->isAuthenticated()) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue