Update Installer.php

pull/3546/head
Shlee 2022-06-25 12:10:41 +09:30 zatwierdzone przez GitHub
rodzic ed2d4a9b34
commit 563b7af500
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

@ -148,9 +148,9 @@ class Installer extends Command
foreach ($extensions as $ext) {
if (extension_loaded($ext) == false) {
$this->error("- \"{$ext}\" PHP extension not found");
$this->error("- \"{$ext}\" not found");
} else {
$this->info("- \"{$ext}\" PHP extension found");
$this->info("- \"{$ext}\" found");
}
}