Bläddra i källkod

Update Installer.php

Shlee 3 år sedan
förälder
incheckning
4da076c756
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      app/Console/Commands/Installer.php

+ 2 - 2
app/Console/Commands/Installer.php

@@ -80,8 +80,8 @@ class Installer extends Command
             $this->instanceSettings();
             $this->mediaSettings();
             $this->dbMigrations();
-            $this->resetArtisanCache();
             $this->validateEnv();
+            $this->resetArtisanCache();
         } else {
             $this->info('Installer: Simple...');
             $this->checkDiskPermissions();
@@ -92,8 +92,8 @@ class Installer extends Command
             $this->activityPubSettings();
             $this->instanceSettings();
             $this->dbMigrations();
-            $this->resetArtisanCache();
             $this->validateEnv();
+            $this->resetArtisanCache();
         }
     }