mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
Adding spokenLanguages to Person (Entity and Form)
This commit is contained in:
@@ -53,4 +53,9 @@ Chill\PersonBundle\Entity\Person:
|
||||
targetEntity: PersonHistoryFile
|
||||
mappedBy: person
|
||||
cascade: [persist, remove, merge, detach]
|
||||
manyToMany:
|
||||
spokenLanguages:
|
||||
targetEntity: Chill\MainBundle\Entity\Language
|
||||
joinTable:
|
||||
name: persons_spoken_languages
|
||||
lifecycleCallbacks: { }
|
||||
|
Reference in New Issue
Block a user