@@ -131,7 +131,7 @@ |
||
| 131 | 131 | ): RepresentsEntity { |
| 132 | 132 | return EntityState::ofThe(classOfThe($entity), $id, PropertyStates::list( |
| 133 | 133 | ...$this->extractor->extract( |
| 134 | - ExtractionRequest::for($entity, $map) |
|
| 134 | + ExtractionRequest::for ($entity, $map) |
|
| 135 | 135 | ) |
| 136 | 136 | )); |
| 137 | 137 | } |
@@ -131,8 +131,9 @@ |
||
| 131 | 131 | ): RepresentsEntity { |
| 132 | 132 | return EntityState::ofThe(classOfThe($entity), $id, PropertyStates::list( |
| 133 | 133 | ...$this->extractor->extract( |
| 134 | - ExtractionRequest::for($entity, $map) |
|
| 135 | - ) |
|
| 134 | + ExtractionRequest::for($entity, $map) { |
|
| 135 | + ) |
|
| 136 | 136 | )); |
| 137 | + } |
|
| 137 | 138 | } |
| 138 | 139 | } |