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