From cbd82045dde793b7d5ffca2814cfefab1aead3ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Thu, 17 Oct 2024 16:29:06 +0900 Subject: [PATCH] cfmgrv4 init...3 --- app/Config/Pager.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Config/Pager.php b/app/Config/Pager.php index 4c2a766..994cd86 100644 --- a/app/Config/Pager.php +++ b/app/Config/Pager.php @@ -24,8 +24,8 @@ class Pager extends BaseConfig 'default_full' => 'CodeIgniter\Pager\Views\default_full', 'default_simple' => 'CodeIgniter\Pager\Views\default_simple', 'default_head' => 'CodeIgniter\Pager\Views\default_head', - 'bootstrap_full' => 'Pagers\bootstrap_full', - 'bootstrap_simple' => 'Pagers\bootstrap_simple', + 'bootstrap_full' => 'Pagers/bootstrap_full', + 'bootstrap_simple' => 'Pagers/bootstrap_simple', ]; /**