Skip to content

Commit

Permalink
Removes beta warning on "octane:start" command
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed May 14, 2021
1 parent 347f014 commit 5b25510
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Commands/StartCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 5b25510

Please sign in to comment.