mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 02:36:42 +02:00
feat: add WebSub module for pushing feed updates to open hubs
This commit is contained in:
parent
1253096197
commit
10d3f73786
17 changed files with 244 additions and 3 deletions
|
|
@ -251,6 +251,8 @@ class InstallController extends Controller
|
|||
->latest();
|
||||
$migrations->setNamespace(APP_NAMESPACE)
|
||||
->latest();
|
||||
$migrations->setNamespace('Modules\WebSub')
|
||||
->latest();
|
||||
$migrations->setNamespace('Modules\Auth')
|
||||
->latest();
|
||||
$migrations->setNamespace('Modules\Analytics')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue