This commit is contained in:
2021-10-26 10:21:54 +08:00
parent 1a1b2967f4
commit f4b9d57358
+1 -1
View File
@@ -50,7 +50,7 @@ class Server implements OnRequestInterface
* @var ContainerInterface * @var ContainerInterface
*/ */
#[Inject(ContainerInterface::class)] #[Inject(ContainerInterface::class)]
protected ContainerInterface $container; public ContainerInterface $container;
/** /**