mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-02-18 07:38:41 +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)
|
||||
->paginate(
|
||||
'id',
|
||||
$request->getData('ptype'),
|
||||
$request->getDataString('ptype'),
|
||||
$request->getDataInt('offset')
|
||||
)
|
||||
->executeGetArray();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user