update schema: an evaluation may be linked to multiple actions

This commit is contained in:
2021-12-13 21:42:29 +01:00
parent 3973cdd3f6
commit 1fbe044729
3 changed files with 69 additions and 11 deletions

View File

@@ -92,6 +92,7 @@ class SocialAction
$this->children = new ArrayCollection();
$this->goals = new ArrayCollection();
$this->results = new ArrayCollection();
$this->evaluations = new ArrayCollection();
}
public function addChild(self $child): self