Skip to content

Commit

Permalink
Update filterable.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sedehi authored Apr 14, 2019
1 parent c905bce commit bcbf4a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/filterable.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
return [

//gregorian or jalali
'date_type' => 'jalali',
'date_type' => 'gregorian',
'date_fields' => [
'created_at',
'updated_at',
Expand All @@ -11,4 +11,4 @@
'date_divider' => '-',
'date_format' => 'y-m-d-h-i-s',

];
];

0 comments on commit bcbf4a4

Please sign in to comment.