1
0
Fork 0

Update Installer.php

This commit is contained in:
Shlee 2022-07-05 22:44:40 +09:30 committed by GitHub
parent 0b60d4775a
commit 5e73c2d539
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -412,6 +412,7 @@ class Installer extends Command
if ($confirm === 'Yes') {
sleep(3);
$this->call('config:cache');
$this->line('');
$this->info('Migrating DB:');
$this->call('migrate', ['--force' => true]);