Skip to content

Instantly share code, notes, and snippets.

@rileyrg
Created October 2, 2017 13:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rileyrg/76fa65d984ea54dd977182ae55bb5d85 to your computer and use it in GitHub Desktop.
Save rileyrg/76fa65d984ea54dd977182ae55bb5d85 to your computer and use it in GitHub Desktop.
/**
* @var \AppBundle\Entity\Person
*
* @ORM\ManyToOne(targetEntity="AppBundle\Entity\Person")
* @ORM\JoinColumns({
* @ORM\JoinColumn(name="person_id", referencedColumnName="id")
* })
*/
private $person;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment