mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 02:36:42 +02:00
chore: update quality tools + rewrite some migration files
* update php packages to latest * update rector and ecs config * update ci4/settings package to v2.1
This commit is contained in:
parent
ca55c248d0
commit
81f790868a
20 changed files with 713 additions and 806 deletions
|
|
@ -245,7 +245,7 @@ class InstallController extends Controller
|
|||
{
|
||||
$migrations = Services::migrations();
|
||||
|
||||
$migrations->setNamespace('Sparks\Settings')
|
||||
$migrations->setNamespace('CodeIgniter\Settings')
|
||||
->latest();
|
||||
$migrations->setNamespace('Myth\Auth')
|
||||
->latest();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue