fix: check for database connection and podcasts table existence before redirecting to install

fix signature regex
This commit is contained in:
Yassine Doghri 2021-06-10 13:18:58 +00:00
commit eb74e81c3d
No known key found for this signature in database
GPG key ID: 3E7F89498B960C9F
6 changed files with 22 additions and 29 deletions

View file

@ -38,6 +38,7 @@ class PodcastController extends BaseController
$this->podcast = $podcast;
unset($params[0]);
return $this->{$method}(...$params);
}