Merge pull request #3571 from shleeable/patch-10

BUGFIX: Update Installer.php
pull/3574/head
daniel 3 years ago committed by GitHub
commit 012032a20e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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]);

Loading…
Cancel
Save