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