Update Installer.php

This commit is contained in:
Shlee 2022-05-14 18:35:26 +09:30 committed by GitHub
parent 8f9d36bd3d
commit d36e472646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -97,7 +97,6 @@ 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!");