Update ApiController

pull/1212/head
Daniel Supernault 2019-04-28 21:02:15 -06:00
rodzic 0ff797c93c
commit 427720060e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -75,7 +75,7 @@ class ApiController extends BaseApiController
->whereNull('status') ->whereNull('status')
->whereNull('domain') ->whereNull('domain')
->inRandomOrder() ->inRandomOrder()
->take(4) ->take(3)
->get() ->get()
->map(function($item, $key) { ->map(function($item, $key) {
return [ return [