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