From 3aeddc0aa316f939fc1899092aea95aae498a6dc Mon Sep 17 00:00:00 2001 From: pascalbaljet Date: Wed, 5 Dec 2018 15:00:21 +0100 Subject: [PATCH] Typo --- src/Console/StartWebSocketServer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/StartWebSocketServer.php b/src/Console/StartWebSocketServer.php index 96de952..48888d7 100644 --- a/src/Console/StartWebSocketServer.php +++ b/src/Console/StartWebSocketServer.php @@ -19,7 +19,7 @@ use BeyondCode\LaravelWebSockets\Statistics\Logger\StatisticsLogger as Statistic class StartWebSocketServer extends Command { - protected $signature = 'websockets:serve {--host=0.0.0.0} {--port=6001} {--debug : Forces the HttpLogger to be enabled and thereby overrides the app.debug config setting } '; + protected $signature = 'websockets:serve {--host=0.0.0.0} {--port=6001} {--debug : Forces the loggers to be enabled and thereby overriding the app.debug config setting } '; protected $description = 'Start the Laravel WebSocket Server';