Fix for controller stub
This commit is contained in:
parent
93c9d10504
commit
980c70f700
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ class $CLASS$ extends BaseController
|
|||
|
||||
public function datatable(DatatableService $datatableService)
|
||||
{
|
||||
$search = request()->input('test');
|
||||
$search = request()->input('sSearch');
|
||||
$userId = Auth::user()->filterId();
|
||||
|
||||
$datatable = new $STUDLY_NAME$Datatable();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue