Update Installer.php

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

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

Loading…
Cancel
Save