Skip to content

Commit 11909ac

Browse files
Obrainwavegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 3ca88bf commit 11909ac

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config/query-filters.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@
4949
| Allowed Filters
5050
|--------------------------------------------------------------------------
5151
|
52-
| By default, ['*'] means all columns are allowed to be filtered.
53-
|
52+
| By default, ['*'] means all columns are allowed to be filtered.
53+
|
5454
| - To restrict filtering, define a list of allowed columns:
5555
| ['name', 'email', 'status']
5656
|
57-
| - You can also override this in individual models by
57+
| - You can also override this in individual models by
5858
| defining a public $allowedFilters = ['...'] property.
5959
|
6060
*/
61-
'allowed_filters' => ['*'],
61+
'allowed_filters' => ['*'],
6262

6363
/*
6464
|--------------------------------------------------------------------------
@@ -114,8 +114,8 @@
114114
| Config fallback if none specified
115115
|
116116
*/
117-
'pagination' => [
118-
'per_page' => 10, // default items per page
117+
'pagination' => [
118+
'per_page' => 10, // default items per page
119119
'max_per_page' => 100, // maximum items allowed per page
120120
],
121121

0 commit comments

Comments
 (0)