You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Commands/InstallCommand.php
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -128,13 +128,6 @@ public function installSwooleServer()
128
128
*/
129
129
publicfunctioninstallFrankenPhpServer()
130
130
{
131
-
if ($this->option('no-interaction')) {
132
-
$this->info("FrankenPHP's Octane integration is in beta and should be used with caution in production.");
133
-
$this->newLine();
134
-
} elseif (! $this->confirm("FrankenPHP's Octane integration is in beta and should be used with caution in production. Do you wish to continue?", true)) {
0 commit comments