wip
This commit is contained in:
parent
7f0e8727f4
commit
7dfe8a2c52
|
|
@ -93,7 +93,7 @@ class Router
|
||||||
return new Route($uri, ['_controller' => $action], [], [], null, [], [$method]);
|
return new Route($uri, ['_controller' => $action], [], [], null, [], [$method]);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function createWebSocketsServer(MessageComponentInterface $action): WsServer
|
protected function createWebSocketsServer(string $action): WsServer
|
||||||
{
|
{
|
||||||
$app = app($action);
|
$app = app($action);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue