Update Installer.php

pull/3546/head
Shlee 2022-06-16 11:05:05 +09:30 zatwierdzone przez GitHub
rodzic 83bb370ec9
commit 4da076c756
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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