Update Installer.php

pull/2007/head
Shlee 5 years ago committed by GitHub
parent b16d2dbefb
commit a5117fcfa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -97,6 +97,7 @@ class Installer extends Command
if(extension_loaded($ext) == false) {
$this->error("- {$ext} extension not found, aborting installation");
exit;
} else {
}
}
$this->info("- Required PHP extensions found!");

Loading…
Cancel
Save