Commit c5695499f5438d0e8a90f82d74125c25538016d7

Authored by Anastasia
1 parent faf0eca8

import

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
models/OrderSearch.php
... ... @@ -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  
... ...