mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-23 10:18:56 +02:00
Fixed inconsistent DB mapping definition
This commit is contained in:
parent
7f38095e82
commit
b074095038
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class ProjectBOMEntry extends AbstractDBElement
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var Project
|
* @var Project
|
||||||
* @ORM\ManyToOne(targetEntity="Project", inversedBy="parts")
|
* @ORM\ManyToOne(targetEntity="Project", inversedBy="bom_entries")
|
||||||
* @ORM\JoinColumn(name="id_device", referencedColumnName="id")
|
* @ORM\JoinColumn(name="id_device", referencedColumnName="id")
|
||||||
*/
|
*/
|
||||||
protected ?Project $project = null;
|
protected ?Project $project = null;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue