diff --git a/application/src/Entity/Source/AbstractSource.php b/application/src/Entity/Source/AbstractSource.php index 35ceb7f..f4085b1 100644 --- a/application/src/Entity/Source/AbstractSource.php +++ b/application/src/Entity/Source/AbstractSource.php @@ -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