Prechádzať zdrojové kódy

Update Installer.php

Shlee 3 rokov pred
rodič
commit
825365a6b6
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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('');
         $this->line('');
         if(!file_exists(app()->environmentFilePath())) {
         if(!file_exists(app()->environmentFilePath())) {
-            exec('cp .env.installer .env');
+            exec('cp .env.example .env');
         }
         }
     }
     }