@@ -84,7 +84,7 @@ |
||
| 84 | 84 | $key = $property->getName(); |
| 85 | 85 | |
| 86 | 86 | if (!array_key_exists($key, $data)) { |
| 87 | - $alias = $this->annotationReader->getPropertyAnnotation($property, Annotation\Alias::class); |
|
| 87 | + $alias = $this->annotationReader->getPropertyAnnotation($property, Annotation\Alias::class); |
|
| 88 | 88 | if ($alias instanceof Annotation\Alias) { |
| 89 | 89 | $key = $alias->value; |
| 90 | 90 | } |