Update ApiController

This commit is contained in:
Daniel Supernault 2019-04-28 21:02:15 -06:00
parent 0ff797c93c
commit 427720060e
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -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 [