mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-13 03:27:45 +02:00
parent
f4ffa30ec4
commit
3d5fc14d5e
30 changed files with 1676 additions and 1249 deletions
|
|
@ -59,13 +59,13 @@ abstract class BaseController extends Controller
|
|||
ResponseInterface $response,
|
||||
LoggerInterface $logger
|
||||
): void {
|
||||
$this->helpers = array_merge($this->helpers, ['auth', 'svg', 'components', 'misc', 'seo', 'premium_podcasts']);
|
||||
$this->helpers = [...$this->helpers, 'auth', 'svg', 'components', 'misc', 'seo', 'premium_podcasts'];
|
||||
|
||||
// Do Not Edit This Line
|
||||
parent::initController($request, $response, $logger);
|
||||
|
||||
Theme::setTheme('app');
|
||||
|
||||
$this->helpers = array_merge($this->helpers, ['setting']);
|
||||
$this->helpers = [...$this->helpers, 'setting'];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue