浏览代码

fix AbstractReport entity config (ter)

Olivier Massot 6 月之前
父节点
当前提交
08d66671ec
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/Entity/Message/AbstractReport.php

+ 0 - 1
src/Entity/Message/AbstractReport.php

@@ -14,7 +14,6 @@ use Doctrine\ORM\Mapping as ORM;
  * TODO: documenter.
  */
 #[ORM\Table(name: 'ReportMessage')]
-#[ORM\InheritanceType('SINGLE_TABLE')]
 #[ORM\Entity]
 class AbstractReport
 {