mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 01:09:41 +00:00 
			
		
		
		
	Solved schema bug
This commit is contained in:
		| @@ -47,7 +47,7 @@ abstract class AbstractSource extends AbstractEntity implements SourceInterface | ||||
|     protected $groups; | ||||
|  | ||||
|     /** | ||||
|      * @ORM\OneToOne(targetEntity="Law",cascade={"persist", "remove"}) | ||||
|      * @ORM\OneToOne(targetEntity="App\Entity\Meta\Law",cascade={"persist", "remove"}) | ||||
|      * @ORM\JoinColumn(name="law_id", referencedColumnName="id") | ||||
|      * | ||||
|      * @var LawInterface | ||||
|   | ||||
		Reference in New Issue
	
	Block a user