From 06c9459f149f12a1aec27fe13a144f9caf273a2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 4 Jan 2022 16:25:03 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=94=B9=E5=90=8D"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit fdf58326 --- kiri-engine/Abstracts/Component.php | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/kiri-engine/Abstracts/Component.php b/kiri-engine/Abstracts/Component.php index c423c9e3..696842c9 100644 --- a/kiri-engine/Abstracts/Component.php +++ b/kiri-engine/Abstracts/Component.php @@ -30,21 +30,6 @@ class Component implements Configure { - /** - * @var Container - */ - #[Inject(ContainerInterface::class)] - public ContainerInterface $container; - - - - /** - * @var EventProvider - */ - #[Inject(EventProvider::class)] - public EventProvider $eventProvider; - - /** * BaseAbstract constructor.