Zizaco / entrust

Role-based Permissions for Laravel 5
MIT License
6.05k stars 1.29k forks source link

Undefined method #856

Closed MakeApps closed 7 years ago

MakeApps commented 7 years ago

Using following package. "zizaco/entrust": "5.2.x-dev",

Admin can not access the Roles. Call to undefined method Zizaco\Entrust\EntrustServiceProvider::can()

MakeApps commented 7 years ago

app/config.php Required aliases 'Entrust' => Zizaco\Entrust\EntrustFacade::class,