Update Installer.php

This commit is contained in:
Shlee 2022-06-25 12:10:41 +09:30 committed by GitHub
parent ed2d4a9b34
commit 563b7af500
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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