add a many-to-many relation to addresses

This commit is contained in:
2016-03-10 17:59:01 +01:00
parent afd52294b1
commit afe6ace331
7 changed files with 197 additions and 2 deletions

View File

@@ -71,6 +71,7 @@ class Configuration implements ConfigurationInterface
->append($this->addFieldNode('country_of_birth'))
->append($this->addFieldNode('marital_status'))
->append($this->addFieldNode('spoken_languages'))
->append($this->addFieldNode('address'))
->end() //children for 'person_fields', parent = array 'person_fields'
->end() // person_fields, parent = children of root
->end() // children of 'root', parent = root