This commit is contained in:
as2252258@163.com
2021-05-03 03:51:49 +08:00
parent 99b496304a
commit 29779d4226
+1 -1
View File
@@ -35,7 +35,7 @@ use Snowflake\Snowflake;
{
$injectValue = $this->parseInjectValue();
if (!($method instanceof ReflectionProperty)) {
$class = new ReflectionProperty($class, $method);
$method = new ReflectionProperty($class, $method);
}
/** @var ReflectionProperty $class */