mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-22 09:53:35 +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();
|
parent::__construct();
|
||||||
$this->bom_entries = new ArrayCollection();
|
$this->bom_entries = new ArrayCollection();
|
||||||
|
$this->children = new ArrayCollection();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function __clone()
|
public function __clone()
|
||||||
|
|
|
@ -97,6 +97,7 @@ class Group extends AbstractStructuralDBElement implements HasPermissionsInterfa
|
||||||
parent::__construct();
|
parent::__construct();
|
||||||
$this->permissions = new PermissionData();
|
$this->permissions = new PermissionData();
|
||||||
$this->users = new ArrayCollection();
|
$this->users = new ArrayCollection();
|
||||||
|
$this->children = new ArrayCollection();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue