cfmgrv4 init...3

This commit is contained in:
최준흠 2024-10-17 16:29:06 +09:00
parent 75fefc4502
commit cbd82045dd

View File

@ -24,8 +24,8 @@ class Pager extends BaseConfig
'default_full' => 'CodeIgniter\Pager\Views\default_full', 'default_full' => 'CodeIgniter\Pager\Views\default_full',
'default_simple' => 'CodeIgniter\Pager\Views\default_simple', 'default_simple' => 'CodeIgniter\Pager\Views\default_simple',
'default_head' => 'CodeIgniter\Pager\Views\default_head', 'default_head' => 'CodeIgniter\Pager\Views\default_head',
'bootstrap_full' => 'Pagers\bootstrap_full', 'bootstrap_full' => 'Pagers/bootstrap_full',
'bootstrap_simple' => 'Pagers\bootstrap_simple', 'bootstrap_simple' => 'Pagers/bootstrap_simple',
]; ];
/** /**