Skip to content

Commit 1de5f87

Browse files
committed
Update the config sample file
1 parent 12db960 commit 1de5f87

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

config/config.php

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<?php
2+
23
return [
3-
'order_by' => [
4+
'perPage' => 10,
5+
'orderBy' => [
46
[
5-
'field' => 'id',
6-
'direction' => 'asc'
7-
]
7+
'column' => 'id',
8+
'direction' => 'desc',
9+
],
810
],
9-
];
11+
];

0 commit comments

Comments
 (0)