@@ -13,8 +13,8 @@ use Doctrine\ORM\Mapping as ORM;
/**
* TODO: documenter.
*/
-#[ORM\MappedSuperclass]
#[ORM\Table(name: 'ReportMessage')]
+#[ORM\InheritanceType('SINGLE_TABLE')]
class AbstractReport
{
#[ORM\Column(type: 'datetime', nullable: true)]