Yarik
/
artbox-order
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
225903c8f2b852f3266f4013136320b1404fb5d7
Authored by
Anastasia
2018-04-24 12:32:56 +0300
1 parent
574b05bd
- default sort
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
controllers/OrderController.php
Inline
Side-by-side
controllers/OrderController.php
Wrap text
Show/Hide comments
View file @
225903c
...
...
@@ -102,6 +102,7 @@
102
102
'hasLanguage' => false,
103
103
'enableMassDelete' => false,
104
104
'modelPrimaryKey' => 'id',
105
+ 'defaultSort' => 'created_at DESC'
105
106
],
106
107
];
107
108
}
...
...