Skip to content

Commit 93c0e04

Browse files
authored
Removes frankenphp out of beta (#882)
1 parent b8b8770 commit 93c0e04

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Commands/InstallCommand.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,6 @@ public function installSwooleServer()
128128
*/
129129
public function installFrankenPhpServer()
130130
{
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)) {
135-
return false;
136-
}
137-
138131
$gitIgnorePath = base_path('.gitignore');
139132

140133
if (File::exists($gitIgnorePath)) {

0 commit comments

Comments
 (0)