Update DiscoverController

pull/930/head
Daniel Supernault 6 years ago
parent d50e9c4df9
commit fdf7f0e121
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -32,9 +32,7 @@ class DiscoverController extends Controller
'page' => 'nullable|integer|min:1|max:20', 'page' => 'nullable|integer|min:1|max:20',
]); ]);
$tag = Hashtag::with('posts') $tag = Hashtag::whereSlug($hashtag)
->withCount('posts')
->whereSlug($hashtag)
->firstOrFail(); ->firstOrFail();
$page = $request->input('page') ?? 1; $page = $request->input('page') ?? 1;

Loading…
Cancel
Save