1
0
Fork 0

Update InternalApiController

This commit is contained in:
Daniel Supernault 2019-06-04 22:00:05 -06:00
parent 71c694b999
commit ebdb365cf8
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 2 additions and 2 deletions

View File

@ -118,8 +118,8 @@ class InternalApiController extends Controller
->whereVisibility('public') ->whereVisibility('public')
->whereNotIn('profile_id', $following) ->whereNotIn('profile_id', $following)
->with('media') ->with('media')
->orderBy('created_at', 'desc') ->inRandomOrder()
->take(21) ->take(36)
->get(); ->get();
$res = [ $res = [