mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-08 13:51:34 +01:00
Solved schema bug
This commit is contained in:
parent
015e233818
commit
c566510044
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user