This commit is contained in:
as2252258@163.com
2021-08-09 02:13:00 +08:00
parent 606250ec74
commit a616d27c72
+1
View File
@@ -46,6 +46,7 @@ use Snowflake\Snowflake;
if ($method->isPrivate() || $method->isProtected()) {
$this->setter($class, $method, $injectValue);
} else {
var_dump($injectValue);
$class->{$method->getName()} = $injectValue;
}
return true;