浏览代码

sales fix

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


正在加载...
取消
保存