@@ -67,7 +67,7 @@ |
||
| 67 | 67 | |
| 68 | 68 | try { |
| 69 | 69 | foreach ($this->decorated->create($childEntity) as $key => $childPropertyName) { |
| 70 | - $propertyNames[$childPropertyName] = $childPropertyName; |
|
| 70 | + $propertyNames[$childPropertyName] = $childPropertyName; |
|
| 71 | 71 | } |
| 72 | 72 | } catch (ResourceClassNotFoundException $resourceClassNotFoundException) { |
| 73 | 73 | // Ignore not found exceptions |