feat: add premium podcasts to manage subscriptions for premium episodes

closes #193
This commit is contained in:
Yassine Doghri 2022-09-28 15:02:09 +00:00
commit 3234500e2d
101 changed files with 2572 additions and 110 deletions

View file

@ -28,7 +28,7 @@ abstract class BaseController extends Controller
ResponseInterface $response,
LoggerInterface $logger
): void {
$this->helpers = array_merge($this->helpers, ['auth', 'svg', 'components', 'misc', 'seo']);
$this->helpers = array_merge($this->helpers, ['auth', 'svg', 'components', 'misc', 'seo', 'premium_podcasts']);
// Do Not Edit This Line
parent::initController($request, $response, $logger);