|
|
|
@@ -54,8 +54,6 @@ class EntityToDtoStateProvider implements ProviderInterface |
|
|
|
|
|
|
|
private function mapEntityToDto(object $entity, string $resourceClass): object |
|
|
|
{ |
|
|
|
$test = $this->microMapper->map($entity, $resourceClass); |
|
|
|
return $test; |
|
|
|
//return $this->microMapper->map($entity, $resourceClass); |
|
|
|
return $this->microMapper->map($entity, $resourceClass); |
|
|
|
} |
|
|
|
} |