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