mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-06 15:30:13 +01:00
Hopefully fix phpunit issue on github actions
This commit is contained in:
@@ -116,6 +116,7 @@ class Project extends AbstractStructuralDBElement
|
||||
{
|
||||
parent::__construct();
|
||||
$this->bom_entries = new ArrayCollection();
|
||||
$this->children = new ArrayCollection();
|
||||
}
|
||||
|
||||
public function __clone()
|
||||
|
||||
Reference in New Issue
Block a user