(02-22-2021, 04:08 PM)kenjis Wrote: Try. PHP Code: public $templates = [ ... 'bs_full' => 'App\Views\Pager\bs_full', 'bs_simple' => 'App\Views\Pager\bs_simple', ];
public $templates = [ ... 'bs_full' => 'App\Views\Pager\bs_full', 'bs_simple' => 'App\Views\Pager\bs_simple', ];
(02-23-2021, 01:10 AM)kenjis Wrote: Thank you for your idea. I still do not understand why in your local it worked. Probably you don't have Pagers namespace.