diff --git a/kiri-websocket-server/Server.php b/kiri-websocket-server/Server.php index e7209f21..de583428 100644 --- a/kiri-websocket-server/Server.php +++ b/kiri-websocket-server/Server.php @@ -35,14 +35,6 @@ class Server extends AbstractServer public mixed $callback = null; - /** - * @var WebSocketInterface - */ - #[Inject(WebSocketInterface::class)] - public WebSocketInterface $server; - - - /** * @throws ContainerExceptionInterface * @throws NotFoundExceptionInterface