diff --git a/application/src/Entity/Source/Collection/MemberCollectionSource.php b/application/src/Entity/Source/Collection/MemberCollectionSource.php index 2977264..57589c6 100644 --- a/application/src/Entity/Source/Collection/MemberCollectionSource.php +++ b/application/src/Entity/Source/Collection/MemberCollectionSource.php @@ -18,7 +18,7 @@ final class MemberCollectionSource extends AbstractCollectionSource implements M /** * @var Collection - * @ORM\ManyToMany(targetEntity="App\Entity\Source\AbstractSource",inversedBy="groups") + * @ORM\ManyToMany(targetEntity="App\Entity\Source\AbstractSource",inversedBy="memberships") * @ORM\JoinTable(name="source_group_members") */ protected $members;