From 94d37ad056cf81941a954b887d3c310a52996c6b Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Sun, 26 Sep 2021 00:09:14 +0800 Subject: [PATCH] 111 --- http-server/Service/Http.php | 1 + 1 file changed, 1 insertion(+) diff --git a/http-server/Service/Http.php b/http-server/Service/Http.php index 446e2f61..6ac68e20 100644 --- a/http-server/Service/Http.php +++ b/http-server/Service/Http.php @@ -47,6 +47,7 @@ class Http implements OnCloseInterface, OnConnectInterface, OnRequestInterface public Router $router; + #[Inject(Dispatcher::class)] public Dispatcher $dispatcher;