This commit is contained in:
2021-04-25 12:31:26 +08:00
parent f666bc34f6
commit 05adc7ce9b
+3 -3
View File
@@ -65,9 +65,9 @@ use Snowflake\Snowflake;
} else { } else {
$injectValue = $this->className; $injectValue = $this->className;
} }
if (!empty($this->args) && is_object($injectValue)) { // if (!empty($this->args) && is_object($injectValue)) {
Snowflake::configure($injectValue, $this->args); // Snowflake::configure($injectValue, $this->args);
} // }
return $injectValue; return $injectValue;
} }