Skip to content

Commit 5b25510

Browse files
committed
Removes beta warning on "octane:start" command
1 parent 347f014 commit 5b25510

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Commands/StartCommand.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@ class StartCommand extends Command implements SignalableCommandInterface
3737
*/
3838
public function handle()
3939
{
40-
if (! app()->environment('local', 'testing')) {
41-
$this->warn('Laravel Octane is within a beta period. '
42-
.'It should only be used for local development and '
43-
.'testing in order to improve the quality of the library '
44-
.'and resolve any existing bugs.');
45-
}
46-
4740
$server = $this->option('server') ?: config('octane.server');
4841

4942
return match ($server) {

0 commit comments

Comments
 (0)