From 20799dd757a11e1abd6fc97c2bffb8df77b2ba4f Mon Sep 17 00:00:00 2001 From: shibafu Date: Sat, 12 Jan 2019 00:14:51 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=8A=E6=83=A3=E8=8F=9C=E3=82=B3=E3=83=BC?= =?UTF-8?q?=E3=83=8A=E3=83=BC=E3=81=AE=E8=A1=A8=E7=A4=BA=E4=BB=B6=E6=95=B0?= =?UTF-8?q?=E3=82=92=E5=B0=91=E3=81=97=E5=A2=97=E3=82=84=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Controllers/HomeController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/HomeController.php b/app/Http/Controllers/HomeController.php index 4d655e8..a5b257d 100644 --- a/app/Http/Controllers/HomeController.php +++ b/app/Http/Controllers/HomeController.php @@ -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'));