mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-10-11 01:58:09 +02:00
Optimized menu
This commit is contained in:
@@ -42,6 +42,8 @@ class Right extends AbstractMeta implements RightInterface
|
||||
* @ORM\ManyToOne(targetEntity="Law", inversedBy="rights")
|
||||
* @ORM\JoinColumn(name="law_id", referencedColumnName="id",nullable=false)
|
||||
*
|
||||
* @deprecated it doesn't make sense to reference to the law, because the routing is allready possible over the source
|
||||
*
|
||||
* @var LawInterface
|
||||
*/
|
||||
protected $law;
|
||||
|
Reference in New Issue
Block a user