Fixed inconsistent DB mapping definition

This commit is contained in:
Jan Böhmer 2022-12-23 12:27:41 +01:00
parent 7f38095e82
commit b074095038

View file

@ -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;