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