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

@ -259,6 +259,8 @@ class InstallController extends Controller
->latest();
$migrations->setNamespace('Modules\Auth')
->latest();
$migrations->setNamespace('Modules\PremiumPodcasts')
->latest();
$migrations->setNamespace('Modules\Analytics')
->latest();
}