From 05c1a159c1cd07271b170517174ca38bfb853b46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 3 Apr 2023 14:02:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kiri-engine/Pool/Pool.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/kiri-engine/Pool/Pool.php b/kiri-engine/Pool/Pool.php index 7a1bffb6..f6344053 100644 --- a/kiri-engine/Pool/Pool.php +++ b/kiri-engine/Pool/Pool.php @@ -31,12 +31,6 @@ class Pool extends Component #[Inject(WorkerStatus::class)] public WorkerStatus $status; - /** - * @var ContainerInterface - */ - #[Inject(ContainerInterface::class)] - public ContainerInterface $container; - /** * @param $name