wip
This commit is contained in:
parent
44ae0d7a57
commit
dd59c0cea6
|
|
@ -73,7 +73,7 @@ class StartWebSocketServer extends Command
|
|||
|
||||
$routes = WebSocketRouter::getRoutes();
|
||||
|
||||
/** 🎩 Start the magic 🎩 */
|
||||
/** 🛰 Start the server 🛰 */
|
||||
(new WebSocketServerFactory())
|
||||
->useRoutes($routes)
|
||||
->setHost($this->option('host'))
|
||||
|
|
|
|||
Loading…
Reference in New Issue