fix import

This commit is contained in:
2021-12-13 22:19:05 +01:00
parent 1fbe044729
commit 3d3cc9aeb4
2 changed files with 7 additions and 7 deletions

View File

@@ -46,9 +46,9 @@ class SocialAction
private $desactivationDate;
/**
* @ORM\OneToMany(
* @ORM\ManyToMany(
* targetEntity=Evaluation::class,
* mappedBy="socialAction"
* mappedBy="socialActions"
* )
*/
private Collection $evaluations;