Skip to content

Commit 295001a

Browse files
committed
Minor change on pagination and security configuration
1 parent 5e702d1 commit 295001a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/pagination.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
return [
55
'item_per_page' => 20,
66
'max_pages' => 7,
7+
'max_per_page' => 100,
78
'max_limit' => 1000,
89
];

0 commit comments

Comments
 (0)