mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Fixed: annotation schema for ManyToMany relationship between Evaluation and SocialAction
Before this commit, the owning side of the relationship between Evaluation and SocialAction was declared twice.
This commit is contained in:
parent
6c191f584f
commit
62ff4998a0
@ -49,9 +49,8 @@ class Evaluation
|
|||||||
/**
|
/**
|
||||||
* @ORM\ManyToMany(
|
* @ORM\ManyToMany(
|
||||||
* targetEntity=SocialAction::class,
|
* targetEntity=SocialAction::class,
|
||||||
* inversedBy="evaluations"
|
* mappedBy="evaluations"
|
||||||
* )
|
* )
|
||||||
* @ORM\JoinTable(name="chill_person_social_work_evaluation_action")
|
|
||||||
*/
|
*/
|
||||||
private Collection $socialActions;
|
private Collection $socialActions;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user