mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-14 12:07:46 +02:00
build(php): upgrade min php version to 8.3
This commit is contained in:
parent
e2a90def88
commit
b5bd2db28f
182 changed files with 517 additions and 115 deletions
|
|
@ -7,6 +7,7 @@ namespace Modules\Install\Commands;
|
|||
use CodeIgniter\CLI\BaseCommand;
|
||||
use Config\Database;
|
||||
use Config\Services;
|
||||
use Override;
|
||||
|
||||
class InitDatabase extends BaseCommand
|
||||
{
|
||||
|
|
@ -25,6 +26,7 @@ class InitDatabase extends BaseCommand
|
|||
*/
|
||||
protected $description = 'Runs all database migrations for Castopod.';
|
||||
|
||||
#[Override]
|
||||
public function run(array $params): void
|
||||
{
|
||||
// Run all migrations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue