Shlee 3 лет назад
Родитель
Сommit
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->instanceSettings();
             $this->mediaSettings();
             $this->mediaSettings();
             $this->dbMigrations();
             $this->dbMigrations();
-            $this->resetArtisanCache();
             $this->validateEnv();
             $this->validateEnv();
+            $this->resetArtisanCache();
         } else {
         } else {
             $this->info('Installer: Simple...');
             $this->info('Installer: Simple...');
             $this->checkDiskPermissions();
             $this->checkDiskPermissions();
@@ -92,8 +92,8 @@ class Installer extends Command
             $this->activityPubSettings();
             $this->activityPubSettings();
             $this->instanceSettings();
             $this->instanceSettings();
             $this->dbMigrations();
             $this->dbMigrations();
-            $this->resetArtisanCache();
             $this->validateEnv();
             $this->validateEnv();
+            $this->resetArtisanCache();
         }
         }
     }
     }