mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for controller stub
This commit is contained in:
parent
93c9d10504
commit
980c70f700
@ -38,7 +38,7 @@ class $CLASS$ extends BaseController
|
|||||||
|
|
||||||
public function datatable(DatatableService $datatableService)
|
public function datatable(DatatableService $datatableService)
|
||||||
{
|
{
|
||||||
$search = request()->input('test');
|
$search = request()->input('sSearch');
|
||||||
$userId = Auth::user()->filterId();
|
$userId = Auth::user()->filterId();
|
||||||
|
|
||||||
$datatable = new $STUDLY_NAME$Datatable();
|
$datatable = new $STUDLY_NAME$Datatable();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user