Skip to content

Commit

Permalink
Update the config sample file
Browse files Browse the repository at this point in the history
  • Loading branch information
iamlucianojr committed Feb 19, 2018
1 parent 12db960 commit 1de5f87
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions config/config.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php

return [
'order_by' => [
'perPage' => 10,
'orderBy' => [
[
'field' => 'id',
'direction' => 'asc'
]
'column' => 'id',
'direction' => 'desc',
],
],
];
];

0 comments on commit 1de5f87

Please sign in to comment.