Update Installer.php

pull/3571/head
Shlee 3 years ago committed by GitHub
parent 0b60d4775a
commit 5e73c2d539
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