From f4b9d57358eb662231193c9bcfe465f08cdb51ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 26 Oct 2021 10:21:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http-core/Server.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /**