トップページのお惣菜表示量をお惣菜コーナー1ページ分にする
This commit is contained in:
@@ -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'));
|
||||
|
Reference in New Issue
Block a user