Advertisement
Guest User

User Entity

a guest
Dec 6th, 2012
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1.     /**
  2.      * @ORM\ManyToOne(targetEntity="Role", inversedBy="role")
  3.      * @ORM\JoinColumn(name="role", referencedColumnName="id")
  4.      * @ORM\Column(type="string")
  5.      */
  6.     protected $role;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement