Fixed invalid mapping for entities error.

This commit is contained in:
Jan Böhmer 2019-08-27 22:47:03 +02:00
parent 6b87823d5e
commit d79f580b30

View file

@ -67,7 +67,7 @@ class AttachmentType extends StructuralDBElement
{ {
/** /**
* @var ArrayCollection * @var ArrayCollection
* @ORM\OneToMany(targetEntity="Attachment", mappedBy="attachement_type") * @ORM\OneToMany(targetEntity="Attachment", mappedBy="attachment_type")
*/ */
protected $attachments; protected $attachments;