@@ -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 | } |