Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 3aeddc0

Browse files
authored
Typo
1 parent 5f4a91a commit 3aeddc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/StartWebSocketServer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
class StartWebSocketServer extends Command
2121
{
22-
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 } ';
22+
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 } ';
2323

2424
protected $description = 'Start the Laravel WebSocket Server';
2525

0 commit comments

Comments
 (0)