mirror of
https://github.com/Karaka-Management/oms-Organization.git
synced 2026-02-17 00:38:40 +00:00
fix tests
This commit is contained in:
parent
f175efbc32
commit
2be60f0752
|
|
@ -62,7 +62,7 @@ final class BackendController extends Controller
|
||||||
->limit(25)
|
->limit(25)
|
||||||
->paginate(
|
->paginate(
|
||||||
'id',
|
'id',
|
||||||
$request->getDataString('ptype') ?? '',
|
$request->getDataString('ptype'),
|
||||||
$request->getDataInt('offset')
|
$request->getDataInt('offset')
|
||||||
)->executeGetArray();
|
)->executeGetArray();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user