From 05adc7ce9be0024159702945ea1a8003e60e9422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Sun, 25 Apr 2021 12:31:26 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Annotation/Inject.php b/Annotation/Inject.php index 3c1cef4d..3de489ef 100644 --- a/Annotation/Inject.php +++ b/Annotation/Inject.php @@ -65,9 +65,9 @@ use Snowflake\Snowflake; } else { $injectValue = $this->className; } - if (!empty($this->args) && is_object($injectValue)) { - Snowflake::configure($injectValue, $this->args); - } +// if (!empty($this->args) && is_object($injectValue)) { +// Snowflake::configure($injectValue, $this->args); +// } return $injectValue; }