This commit is contained in:
Marcel Pociot 2018-11-27 21:34:19 +01:00
parent 7f0e8727f4
commit 7dfe8a2c52
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class Router
return new Route($uri, ['_controller' => $action], [], [], null, [], [$method]);
}
protected function createWebSocketsServer(MessageComponentInterface $action): WsServer
protected function createWebSocketsServer(string $action): WsServer
{
$app = app($action);