Solved schema bug

This commit is contained in:
Kevin Frantz 2018-11-01 22:53:01 +01:00
parent 015e233818
commit c566510044

View File

@ -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;