diff --git a/app/Console/Commands/Installer.php b/app/Console/Commands/Installer.php index 94a75a55..ea939b89 100644 --- a/app/Console/Commands/Installer.php +++ b/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(); } }