Explorar el Código

Update ApiController

Daniel Supernault hace 6 años
padre
commit
427720060e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Http/Controllers/ApiController.php

+ 1 - 1
app/Http/Controllers/ApiController.php

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