Skip to content

Commit

Permalink
default to true
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Feb 4, 2024
1 parent cbc9410 commit 8f9d0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public function installFrankenPhpServer()
if ($this->option('no-interaction')) {
$this->info("FrankenPHP's Octane integration is in beta and should be used with caution in production.");
$this->newLine();
} elseif (! $this->confirm("FrankenPHP's Octane integration is in beta and should be used with caution in production. Do you wish to continue?")) {
} elseif (! $this->confirm("FrankenPHP's Octane integration is in beta and should be used with caution in production. Do you wish to continue?", true)) {
return false;
}

Expand Down

0 comments on commit 8f9d0da

Please sign in to comment.