Merge branch 'master' of git://github.com/Chill-project/Person

This commit is contained in:
Marc Ducobu
2014-11-26 13:02:36 +01:00
6 changed files with 11 additions and 5 deletions

View File

@@ -1,6 +1,9 @@
Chill\PersonBundle\Entity\Person:
type: entity
table: null
indexes:
person_names:
columns: [firstName, lastName]
repositoryClass: Chill\PersonBundle\Entity\PersonRepository
fields:
id: