Przeglądaj źródła

sales fix

master
Florian Eisenmenger 1 rok temu
rodzic
commit
4be3be803e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/Mapper/SaleApiToEntityMapper.php

+ 1
- 1
src/Mapper/SaleApiToEntityMapper.php Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz