@@ -122,7 +122,7 @@ |
||
| 122 | 122 | return null; |
| 123 | 123 | } |
| 124 | 124 | |
| 125 | - $type = $this->definition->getType($field); |
|
| 125 | + $type = $this->definition->getType($field); |
|
| 126 | 126 | return $this->toType($this->entity[$field], $type); |
| 127 | 127 | } |
| 128 | 128 | |