mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Solved schema bug
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user