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', ]; /**