소스 검색

Update Installer.php

Shlee 3 년 전
부모
커밋
825365a6b6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Console/Commands/Installer.php

+ 1 - 1
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');
         }
     }