From 5b255108088e969c1584fe275f44b747a2a71d36 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Fri, 14 May 2021 11:32:49 +0100 Subject: [PATCH] Removes beta warning on "octane:start" command --- src/Commands/StartCommand.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Commands/StartCommand.php b/src/Commands/StartCommand.php index 52aa7d021..92a64ad11 100644 --- a/src/Commands/StartCommand.php +++ b/src/Commands/StartCommand.php @@ -37,13 +37,6 @@ class StartCommand extends Command implements SignalableCommandInterface */ public function handle() { - if (! app()->environment('local', 'testing')) { - $this->warn('Laravel Octane is within a beta period. ' - .'It should only be used for local development and ' - .'testing in order to improve the quality of the library ' - .'and resolve any existing bugs.'); - } - $server = $this->option('server') ?: config('octane.server'); return match ($server) {