mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 10:46:43 +02:00
fix(routes): overwrite RouteCollection to include all routes + update js and php dependencies
This commit is contained in:
parent
ef04ce5c41
commit
b4f1b916bf
27 changed files with 11126 additions and 13871 deletions
|
|
@ -243,6 +243,8 @@ class InstallController extends Controller
|
|||
{
|
||||
$migrate = Services::migrations();
|
||||
|
||||
$migrate->setNamespace('CodeIgniter\Settings')
|
||||
->latest();
|
||||
$migrate->setNamespace(null)
|
||||
->latest();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue