Update Installer.php

This commit is contained in:
Shlee 2022-06-25 12:06:15 +09:30 committed by GitHub
parent e0307babf8
commit ed2d4a9b34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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;