Repository interface improvements
This commit is contained in:
parent
1f4f6024cc
commit
bc3366b10d
23 changed files with 829 additions and 179 deletions
|
@ -40,6 +40,7 @@ return [
|
|||
'servers' => env('APP_PAGINATE_FRONT_SERVERS', 15),
|
||||
],
|
||||
'admin' => [
|
||||
'servers' => env('APP_PAGINATE_ADMIN_SERVERS', 25),
|
||||
'users' => env('APP_PAGINATE_ADMIN_USERS', 25),
|
||||
],
|
||||
'api' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue