mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-10 18:26:44 +02:00
chore: update CodeIgniter to v4.5.6
+ update php dependencies to latest
This commit is contained in:
parent
fc2e7a0d83
commit
f295e9aa4c
31 changed files with 85 additions and 116 deletions
|
|
@ -6,7 +6,6 @@ namespace Modules\Install\Commands;
|
|||
|
||||
use CodeIgniter\CLI\BaseCommand;
|
||||
use Config\Database;
|
||||
use Config\Services;
|
||||
use Override;
|
||||
|
||||
class InitDatabase extends BaseCommand
|
||||
|
|
@ -30,7 +29,7 @@ class InitDatabase extends BaseCommand
|
|||
public function run(array $params): void
|
||||
{
|
||||
// Run all migrations
|
||||
$migrate = Services::migrations();
|
||||
$migrate = service('migrations');
|
||||
$migrate->setNamespace(null)
|
||||
->latest();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue