Update Installer.php

pull/3546/head
Shlee 3 years ago committed by GitHub
parent 83bb370ec9
commit 4da076c756
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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();
}
}

Loading…
Cancel
Save