mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-09 16:59:03 +01:00
Fixed invalid mapping for entities error.
This commit is contained in:
@@ -67,7 +67,7 @@ class AttachmentType extends StructuralDBElement
|
||||
{
|
||||
/**
|
||||
* @var ArrayCollection
|
||||
* @ORM\OneToMany(targetEntity="Attachment", mappedBy="attachement_type")
|
||||
* @ORM\OneToMany(targetEntity="Attachment", mappedBy="attachment_type")
|
||||
*/
|
||||
protected $attachments;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user