diff --git a/src/Entity/Attachments/AttachmentType.php b/src/Entity/Attachments/AttachmentType.php index 0c4288bc..e77b62e0 100644 --- a/src/Entity/Attachments/AttachmentType.php +++ b/src/Entity/Attachments/AttachmentType.php @@ -81,6 +81,7 @@ class AttachmentType extends AbstractStructuralDBElement { parent::__construct(); $this->attachments = new ArrayCollection(); + $this->attachments_with_type = new ArrayCollection(); } /**