Quacrom

Results 2 comments of Quacrom

``` .............. .......... ``` change and move ul tag content to: ``` .............. ...... ```

@coloftech According to libraries/Auth.php ``` public $permissions = null; public function permissions() { return $this->permissions; } ``` The method will return the value of $permissions which here is NULL Regards