Florian Eisenmenger 1 рік тому
джерело
коміт
4be3be803e
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      src/Mapper/SaleApiToEntityMapper.php

+ 1
- 1
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(


Завантаження…
Відмінити
Зберегти