Skip to content

Commit 3ca88bf

Browse files
committed
Made allowFilter feature to be smarter
1 parent 8187cf9 commit 3ca88bf

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

config/query-filters.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,7 @@
5858
| defining a public $allowedFilters = ['...'] property.
5959
|
6060
*/
61-
<<<<<<< HEAD
6261
'allowed_filters' => ['*'],
63-
=======
64-
'allowed_filters' => [
65-
// 'status',
66-
// 'role',
67-
// 'email',
68-
// 'created_at',
69-
],
70-
>>>>>>> a047b0140be224c9fd3cec5da35f95c29930c5e7
7162

7263
/*
7364
|--------------------------------------------------------------------------
@@ -123,13 +114,8 @@
123114
| Config fallback if none specified
124115
|
125116
*/
126-
<<<<<<< HEAD
127117
'pagination' => [
128118
'per_page' => 10, // default items per page
129-
=======
130-
'pagination' => [
131-
'per_page' => 10, // default items per page
132-
>>>>>>> a047b0140be224c9fd3cec5da35f95c29930c5e7
133119
'max_per_page' => 100, // maximum items allowed per page
134120
],
135121

0 commit comments

Comments
 (0)