mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-02-17 07:08:40 +00:00
fix tests
This commit is contained in:
parent
26a14b3411
commit
53b664a617
|
|
@ -177,7 +177,7 @@ final class BackendController extends Controller implements DashboardElementInte
|
||||||
->limit(25)
|
->limit(25)
|
||||||
->paginate(
|
->paginate(
|
||||||
'id',
|
'id',
|
||||||
$request->getData('ptype'),
|
$request->getDataString('ptype'),
|
||||||
$request->getDataInt('offset')
|
$request->getDataInt('offset')
|
||||||
)
|
)
|
||||||
->executeGetArray();
|
->executeGetArray();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user