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;