お惣菜コーナーの表示件数を少し増やす
This commit is contained in:
parent
ca02f21812
commit
20799dd757
@ -44,7 +44,7 @@ class HomeController extends Controller
|
||||
->orderBy('ejaculations.ejaculated_date', 'desc')
|
||||
->select('ejaculations.*')
|
||||
->with('user', 'tags')
|
||||
->take(5)
|
||||
->take(10)
|
||||
->get();
|
||||
|
||||
return view('home')->with(compact('informations', 'categories', 'publicLinkedEjaculations'));
|
||||
|
Loading…
Reference in New Issue
Block a user