改名
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user