mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 17:39:06 +02:00
Hopefully fix phpunit issue on github actions
This commit is contained in:
parent
37fb895d67
commit
273293479d
2 changed files with 2 additions and 0 deletions
|
@ -116,6 +116,7 @@ class Project extends AbstractStructuralDBElement
|
|||
{
|
||||
parent::__construct();
|
||||
$this->bom_entries = new ArrayCollection();
|
||||
$this->children = new ArrayCollection();
|
||||
}
|
||||
|
||||
public function __clone()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue