mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-24 18:00:40 +00:00
paginator refactoring and implementation into the routes
This commit is contained in:
@@ -62,7 +62,7 @@ return [
|
||||
],
|
||||
|
||||
'paginate' => [
|
||||
'perPage' => 8,
|
||||
'perPage' => env('PAGINATE_RECORDS_PER_PAGE', 25),
|
||||
],
|
||||
|
||||
// The update versions which need to run upgrade process
|
||||
|
||||
Reference in New Issue
Block a user