mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-16 23:26:04 +02:00
Optimized implementation of format types
This commit is contained in:
@@ -18,7 +18,7 @@ class Law extends AbstractEntity implements LawInterface
|
||||
use RightsAttribute, NodeAttribut;
|
||||
|
||||
/**
|
||||
* @ORM\OneToMany(targetEntity="Right", mappedBy="id", cascade={"persist", "remove"})
|
||||
* @ORM\OneToMany(targetEntity="Right", mappedBy="law", cascade={"persist", "remove"})
|
||||
*
|
||||
* @var ArrayCollection
|
||||
*/
|
||||
|
Reference in New Issue
Block a user