diff --git a/http-core/Server.php b/http-core/Server.php index 545edb8f..86c8d8f6 100644 --- a/http-core/Server.php +++ b/http-core/Server.php @@ -50,7 +50,7 @@ class Server implements OnRequestInterface * @var ContainerInterface */ #[Inject(ContainerInterface::class)] - protected ContainerInterface $container; + public ContainerInterface $container; /**