]> Raphaƫl G. Git Repositories - blogbundle/blob - config/doctrine/Group.orm.yml
Update translations for new context layout
[blogbundle] / config / doctrine / Group.orm.yml
1 Rapsys\BlogBundle\Entity\Group:
2 type: entity
3 #repositoryClass: Rapsys\BlogBundle\Repository\GroupRepository
4 table: groups
5 manyToMany:
6 users:
7 targetEntity: Rapsys\BlogBundle\Entity\User
8 mappedBy: groups