This commit is contained in:
2021-07-27 16:08:16 +08:00
parent ef423dc1b8
commit a36f876792
8 changed files with 744 additions and 748 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ class Snowflake
*/
public static function injectProperty(object $class)
{
$attributes = static::getDi()->getClassProperty($class::class);
$attributes = static::getDi()->getClassReflectionProperty($class::class);
/**
* @var string $property
* @var ReflectionProperty $attribute