Browse Source

Update Installer.php

Shlee 3 năm trước cách đây
mục cha
commit
4da076c756
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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();
         }
     }