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