From 776cc804958850eac2fdfd5d23b0a2e2a4e6a849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 14 Jan 2022 14:43:04 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=94=B9=E5=90=8D"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit fdf58326 --- kiri-websocket-server/Server.php | 8 -------- 1 file changed, 8 deletions(-) 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