Update SearchApiV2Service, order statuses by timestamp

pull/1989/head
Daniel Supernault 2020-02-07 01:33:03 -07:00
rodzic d3cd0eea11
commit c66d120cb7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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