mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Implemented testThatEveryEntityHasAPersistedLaw
This commit is contained in:
@@ -43,7 +43,7 @@ class Right extends AbstractMeta implements RightInterface
|
||||
|
||||
/**
|
||||
* @ORM\ManyToOne(targetEntity="Law", inversedBy="rights")
|
||||
* @ORM\JoinColumn(name="law_id", referencedColumnName="id")
|
||||
* @ORM\JoinColumn(name="law_id", referencedColumnName="id",nullable=false)
|
||||
*
|
||||
* @var LawInterface
|
||||
*/
|
||||
|
Reference in New Issue
Block a user