Skip to content

Instantly share code, notes, and snippets.

@pboethig
Created July 16, 2016 12:23
Show Gist options
  • Save pboethig/235e42e9a49bc50689775730c0960537 to your computer and use it in GitHub Desktop.
Save pboethig/235e42e9a49bc50689775730c0960537 to your computer and use it in GitHub Desktop.
/**
* @var \Check\BlogBundle\Entity\User
*
* @ORM\ManyToOne(targetEntity="Check\BlogBundle\Entity\User")
* @ORM\JoinColumns({
* @ORM\JoinColumn(name="userid", referencedColumnName="id")
* })
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment