This commit is contained in:
freek 2018-11-30 15:42:40 +01:00
parent 44ae0d7a57
commit dd59c0cea6
1 changed files with 1 additions and 1 deletions

View File

@ -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'))