Ver Fonte

Update ApiController

Daniel Supernault há 6 anos atrás
pai
commit
427720060e
1 ficheiros alterados com 1 adições e 1 exclusões
  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 [