mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 02:38:50 +02:00
Fixed invalid mapping for entities error.
This commit is contained in:
parent
6b87823d5e
commit
d79f580b30
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue