فهرست منبع

Update Installer.php

Shlee 3 سال پیش
والد
کامیت
4da076c756
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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();
         }
     }