mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 17:29:04 +00: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