kodeine / laravel-acl

Light-weight role-based permissions system for Laravel 6+ built in Auth system.
MIT License
786 stars 216 forks source link

Function name must be a string #229

Open xyrintech opened 6 years ago

xyrintech commented 6 years ago

Getting this error for routes like this -

$api->post('datatable/manage-user', ['can' => ['view.user']], 'App\Http\Controllers\ManageUserController@indexWithPagincation');