Update Installer.php

This commit is contained in:
Shlee 2022-06-19 15:32:44 +09:30 committed by GitHub
parent dcd7a35384
commit d2e0b9ace1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -168,7 +168,7 @@ class Installer extends Command
if(extension_loaded($ext) == false) {
$this->error("- \"{$ext}\" Optional PHP extension not found");
} else {
$this->info ("- \"{$dep}\" Optional PHP extension found");
$this->info ("- \"{$ext}\" Optional PHP extension found");
}
}
}