mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-09 14:07:25 +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
|
* @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")
|
* @ORM\JoinTable(name="source_group_members")
|
||||||
*/
|
*/
|
||||||
protected $members;
|
protected $members;
|
||||||
|
Loading…
Reference in New Issue
Block a user