Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save andrechavesg/a1018c2a0b964f79d3fd21d09cca5107 to your computer and use it in GitHub Desktop.
Save andrechavesg/a1018c2a0b964f79d3fd21d09cca5107 to your computer and use it in GitHub Desktop.
mapeamento Funcionario-Projeto
/**
* @OneToMany(targetEntity="Funcionario", mappedBy="Projeto")
*/
private $funcionarios;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment