Merge branch 'master' of github.com:beyondcode/laravel-websockets
This commit is contained in:
commit
525d0357b9
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue