mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-04 14:35:49 +01:00
Added simple info page for projects
This commit is contained in:
@@ -52,7 +52,7 @@ class Project extends AbstractStructuralDBElement
|
||||
protected $parent;
|
||||
|
||||
/**
|
||||
* @ORM\OneToMany(targetEntity="ProjectBOMEntry", mappedBy="device")
|
||||
* @ORM\OneToMany(targetEntity="ProjectBOMEntry", mappedBy="project")
|
||||
*/
|
||||
protected $bom_entries;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user