Solved schema bug

This commit is contained in:
Kevin Frantz 2018-10-30 20:34:12 +01:00
parent 42a88cc7b4
commit c7bd665068

View File

@ -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