Update SearchApiV2Service, order statuses by timestamp

pull/1989/head
Daniel Supernault 5 years ago
parent d3cd0eea11
commit c66d120cb7
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -132,6 +132,7 @@ class SearchApiV2Service
return $q->offset($offset);
})
->limit($limit)
->orderByDesc('created_at')
->get();
$fractal = new Fractal\Manager();

Loading…
Cancel
Save