laravel-acl
laravel-acl copied to clipboard
Function name must be a string
Getting this error for routes like this -
$api->post('datatable/manage-user', ['can' => ['view.user']], 'App\Http\Controllers\ManageUserController@indexWithPagincation');