fix: init

This commit is contained in:
Andras Bacsai 2023-12-12 12:01:53 +01:00
parent 5cb572b6a5
commit ff13cb4e26
3 changed files with 0 additions and 1 deletions

View File

@ -145,6 +145,5 @@ public function run(): void
} catch (\Throwable $e) {
echo "Error: {$e->getMessage()}\n";
}
Artisan::call('app:init');
}
}