Finished ajaxUserData template

Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
This commit is contained in:
Polonkai Gergely
2012-08-30 10:58:52 +02:00
parent f8ae647716
commit 30576a94c2
3 changed files with 83 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ class Group
/**
* @var KekRozsak\SecurityBundle\Entity\User $leader
* @ORM\ManyToOne(targetEntity="KekRozsak\SecurityBundle\Entity\User")
* @ORM\ManyToOne(targetEntity="KekRozsak\SecurityBundle\Entity\User", inversedBy="ledGroups")
*/
protected $leader;