mirror of
https://github.com/Karaka-Management/oms-Organization.git
synced 2026-02-06 19:48: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)
|
||||
->paginate(
|
||||
'id',
|
||||
$request->getDataString('ptype') ?? '',
|
||||
$request->getDataString('ptype'),
|
||||
$request->getDataInt('offset')
|
||||
)->executeGetArray();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user