Florian Eisenmenger 1 anno fa
parent
commit
4be3be803e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/Mapper/SaleApiToEntityMapper.php

+ 1
- 1
src/Mapper/SaleApiToEntityMapper.php Vedi File

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


Caricamento…
Annulla
Salva