お惣菜コーナーの表示件数を少し増やす

This commit is contained in:
shibafu 2019-01-12 00:14:51 +09:00
parent ca02f21812
commit 20799dd757
1 changed files with 1 additions and 1 deletions

View File

@ -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'));