laravel-acl icon indicating copy to clipboard operation
laravel-acl copied to clipboard

Function name must be a string

Open xyrintech opened this issue 7 years ago • 0 comments

Getting this error for routes like this -

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

xyrintech avatar Aug 28 '18 03:08 xyrintech