From 4ca59d62c4b0640c482dc93901ea48247035a7da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 13 Aug 2021 16:57:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Annotation/Inject.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Annotation/Inject.php b/Annotation/Inject.php index 8dc67284..14b575a8 100644 --- a/Annotation/Inject.php +++ b/Annotation/Inject.php @@ -98,7 +98,7 @@ use Server\ResponseInterface; return Context::getContext($this->value); } if ($this->value == ResponseInterface::class) { - var_dump($this->value); + var_dump($this->value, class_exists($this->value)); } if (class_exists($this->value)) { return Kiri::getDi()->get($this->value, $this->args);