From 825365a6b6c296d397b51a013653380610f27c34 Mon Sep 17 00:00:00 2001 From: Shlee Date: Wed, 15 Jun 2022 19:09:19 +0930 Subject: [PATCH] Update Installer.php --- app/Console/Commands/Installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/Installer.php b/app/Console/Commands/Installer.php index 20d5b9ae5..5897c5b21 100644 --- a/app/Console/Commands/Installer.php +++ b/app/Console/Commands/Installer.php @@ -113,7 +113,7 @@ class Installer extends Command { $this->line(''); if(!file_exists(app()->environmentFilePath())) { - exec('cp .env.installer .env'); + exec('cp .env.example .env'); } }