Prechádzať zdrojové kódy

Update Installer.php

Shlee 3 rokov pred
rodič
commit
ed2d4a9b34
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  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;