Explorar el Código

sales fix

master
Florian Eisenmenger hace 1 año
padre
commit
4be3be803e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/Mapper/SaleApiToEntityMapper.php

+ 1
- 1
src/Mapper/SaleApiToEntityMapper.php Ver fichero

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


Cargando…
Cancelar
Guardar