security: Activate permissions
This commit is contained in:
parent
338d067aba
commit
6517f8e2be
|
@ -164,7 +164,6 @@ class Manager
|
|||
*/
|
||||
public function hasPermission($permission)
|
||||
{
|
||||
return true;
|
||||
if (! $this->isAuthenticated()) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue