1
0
Fork 0

Merge pull request #3571 from shleeable/patch-10

BUGFIX: Update Installer.php
This commit is contained in:
daniel 2022-07-06 23:48:22 -06:00 committed by GitHub
commit 012032a20e
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]);