トップページのお惣菜表示量をお惣菜コーナー1ページ分にする

This commit is contained in:
shibafu
2020-02-20 22:08:55 +09:00
parent 12553321e1
commit 46ca276eab
2 changed files with 2 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ SQL
->select('ejaculations.*')
->with('user', 'tags')
->withLikes()
->take(10)
->take(21)
->get();
return view('home')->with(compact('informations', 'categories', 'globalEjaculationCounts', 'publicLinkedEjaculations'));