From ed2d4a9b348393b1d1b903d9a419219ea196de6e Mon Sep 17 00:00:00 2001 From: Shlee Date: Sat, 25 Jun 2022 12:06:15 +0930 Subject: [PATCH] Update Installer.php --- app/Console/Commands/Installer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Console/Commands/Installer.php b/app/Console/Commands/Installer.php index 4ee9fe355..e22a61441 100644 --- a/app/Console/Commands/Installer.php +++ b/app/Console/Commands/Installer.php @@ -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;