From 93893860308ef36c581eddee962084f17d44d227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Sun, 16 Apr 2023 02:15:51 +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/Abstracts/Providers.php | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/kiri-engine/Abstracts/Providers.php b/kiri-engine/Abstracts/Providers.php index b7edc51e..7928f4e7 100644 --- a/kiri-engine/Abstracts/Providers.php +++ b/kiri-engine/Abstracts/Providers.php @@ -16,13 +16,8 @@ abstract class Providers extends Component implements Provider /** - * @param ContainerInterface $container - * @param array $config - * @throws Exception + * @var ContainerInterface */ - public function __construct(public ContainerInterface $container, array $config = []) - { - parent::__construct($config); - } + public ContainerInterface $container; }