From 26593eda27254ffad4acc6c7c57207ac8a81a5f0 Mon Sep 17 00:00:00 2001 From: xboard Date: Sun, 10 Dec 2023 11:51:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=AE=89=E8=A3=85Comm?= =?UTF-8?q?and=E4=B8=8D=E6=B8=85=E9=99=A4=E7=BC=93=E5=AD=98=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Console/Commands/XboardInstall.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Console/Commands/XboardInstall.php b/app/Console/Commands/XboardInstall.php index 2a80732..c862879 100644 --- a/app/Console/Commands/XboardInstall.php +++ b/app/Console/Commands/XboardInstall.php @@ -118,6 +118,7 @@ class XboardInstall extends Command $password = Helper::guid(false); $this->saveToEnv($envConfig); + \Artisan::call('config:clear'); \Artisan::call('config:cache'); \Artisan::call('cache:clear'); $this->info('正在清空数据库请稍等');