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
42a88cc7b4
commit
c7bd665068
@ -47,7 +47,7 @@ abstract class AbstractSource extends AbstractEntity implements SourceInterface
|
|||||||
protected $groups;
|
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")
|
* @ORM\JoinColumn(name="law_id", referencedColumnName="id")
|
||||||
*
|
*
|
||||||
* @var LawInterface
|
* @var LawInterface
|
||||||
|
Loading…
Reference in New Issue
Block a user