Explorar o código

Update Installer.php

Shlee %!s(int64=3) %!d(string=hai) anos
pai
achega
5e73c2d539
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/Console/Commands/Installer.php

+ 1 - 0
app/Console/Commands/Installer.php

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