From 0ad1f8b1dbca2dfaab4a76ab296950e2ec93e49b Mon Sep 17 00:00:00 2001 From: Mitsuharu Goto Date: Sat, 6 Feb 2021 08:19:57 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=E3=83=9A=E3=83=BC=E3=82=B8=E3=83=8D?= =?UTF-8?q?=E3=83=BC=E3=82=B7=E3=83=A7=E3=83=B3=E3=81=AE=E8=A1=A8=E7=A4=BA?= =?UTF-8?q?=E6=95=B0=E3=82=9210000=E3=81=8B=E3=82=891000=E3=81=AB=E5=A4=89?= =?UTF-8?q?=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/pagination.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/pagination.php b/config/pagination.php index 300774c..36434cd 100644 --- a/config/pagination.php +++ b/config/pagination.php @@ -3,6 +3,6 @@ return [ /** ページ数 */ - 'items' => '10000', + 'items' => '1000', ];