Update StoryController

pull/1920/head
Daniel Supernault 5 years ago
parent b07d5ca3a0
commit 523d90cdec
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -106,7 +106,7 @@ class StoryController extends Controller
$stories = Story::with('profile')
->whereIn('profile_id', $following)
->groupBy('profile_id')
->groupBy(['id', 'profile_id'])
->where('expires_at', '>', now())
->orderByDesc('expires_at')
->take(9)

Loading…
Cancel
Save