mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-11-04 03:07:58 +00:00 
			
		
		
		
	Solved schema bug
This commit is contained in:
		@@ -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;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user