Update ApiController

pull/1212/head
Daniel Supernault 6 years ago
parent 0ff797c93c
commit 427720060e
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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

Loading…
Cancel
Save