mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-18 00:08:41 +00:00
fix tests
This commit is contained in:
parent
792a3a4332
commit
640022506d
|
|
@ -76,7 +76,7 @@ final class BackendController extends Controller
|
||||||
->with('image')
|
->with('image')
|
||||||
->paginate(
|
->paginate(
|
||||||
'id',
|
'id',
|
||||||
$request->getData('ptype'),
|
$request->getDataString('ptype'),
|
||||||
$request->getDataInt('offset')
|
$request->getDataInt('offset')
|
||||||
)
|
)
|
||||||
->limit(25)
|
->limit(25)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user