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; }