Optimized menu

This commit is contained in:
Kevin Frantz
2019-03-31 17:59:43 +02:00
parent 108debf6bf
commit 1aa5d35169
9 changed files with 129 additions and 17 deletions

View File

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