Update Installer.php

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

@ -155,6 +155,7 @@ class Installer extends Command
}
$continue = $this->choice('Do you wish to continue?', ['no', 'yes'], 0);
$this->continue = $continue;
if ($this->continue === 'no') {
$this->info('Exiting Installer.');
exit;

Loading…
Cancel
Save