modify
This commit is contained in:
@@ -39,7 +39,7 @@ use Snowflake\Snowflake;
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** @var ReflectionProperty $class */
|
/** @var ReflectionProperty $class */
|
||||||
if ($class->isPrivate() || $class->isProtected()) {
|
if ($method->isPrivate() || $method->isProtected()) {
|
||||||
$method = 'set' . ucfirst($class->getName());
|
$method = 'set' . ucfirst($class->getName());
|
||||||
if (!method_exists($class, $method)) {
|
if (!method_exists($class, $method)) {
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user