소스 검색

Update Installer.php

Shlee 3 년 전
부모
커밋
ed2d4a9b34
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/Console/Commands/Installer.php

+ 1 - 0
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;