From 5e73c2d539e690e2e1878a58900262eb166eceb5 Mon Sep 17 00:00:00 2001 From: Shlee Date: Tue, 5 Jul 2022 22:44:40 +0930 Subject: [PATCH] Update Installer.php --- app/Console/Commands/Installer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Console/Commands/Installer.php b/app/Console/Commands/Installer.php index 1f75cd4d1..bf4843510 100644 --- a/app/Console/Commands/Installer.php +++ b/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]);