Merge branch 'master' of github.com:beyondcode/laravel-websockets

This commit is contained in:
freek 2018-11-27 21:40:07 +01:00
commit 525d0357b9
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);