Update DiscoverController

pull/930/head
Daniel Supernault 2019-03-02 12:11:24 -07:00
rodzic d50e9c4df9
commit fdf7f0e121
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

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