浏览代码

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