mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-09 06:01:35 +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;
|
||||
|
||||
/**
|
||||
* @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
|
||||
|
Loading…
Reference in New Issue
Block a user