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
c5695499f5438d0e8a90f82d74125c25538016d7
Authored by
Anastasia
2017-08-22 11:21:54 +0300
1 parent
faf0eca8
import
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
models/OrderSearch.php
Inline
Side-by-side
models/OrderSearch.php
Wrap text
Show/Hide comments
View file @
c569549
...
...
@@ -65,7 +65,7 @@
65
65
'count(*)',
66
66
]
67
67
)
68
- ->groupBy('order.id')
;
68
+ ->groupBy('order.id')
->orderBy('created_at DESC')
;
69
69
70
70
// add conditions that should always apply here
71
71
...
...