diff --git a/src/Mapper/SaleApiToEntityMapper.php b/src/Mapper/SaleApiToEntityMapper.php index 90a913a..5a46f47 100644 --- a/src/Mapper/SaleApiToEntityMapper.php +++ b/src/Mapper/SaleApiToEntityMapper.php @@ -15,7 +15,7 @@ use Symfonycasts\MicroMapper\AsMapper; use Symfonycasts\MicroMapper\MapperInterface; use Symfonycasts\MicroMapper\MicroMapperInterface; -#[AsMapper(from: CommentApi::class, to: Comment::class)] +#[AsMapper(from: SaleApi::class, to: Sale::class)] class SaleApiToEntityMapper implements MapperInterface { public function __construct(