Fix wrong YAML mapping
We had duplicated keys and that's no longer valid on symfony/yaml 3.3.
This commit is contained in:
parent
2a239be45e
commit
f18e178960
@ -135,7 +135,6 @@ Doctrine\Tests\Models\CMS\CmsUser:
|
|||||||
name: address_id
|
name: address_id
|
||||||
referencedColumnName: id
|
referencedColumnName: id
|
||||||
cascade: [ persist ]
|
cascade: [ persist ]
|
||||||
oneToOne:
|
|
||||||
email:
|
email:
|
||||||
targetEntity: CmsEmail
|
targetEntity: CmsEmail
|
||||||
orphanRemoval: true
|
orphanRemoval: true
|
||||||
|
@ -52,7 +52,6 @@ Doctrine\Tests\Models\Company\CompanyPerson:
|
|||||||
name: address_id
|
name: address_id
|
||||||
referencedColumnName: id
|
referencedColumnName: id
|
||||||
cascade: [ persist ]
|
cascade: [ persist ]
|
||||||
oneToOne:
|
|
||||||
email:
|
email:
|
||||||
targetEntity: CmsEmail
|
targetEntity: CmsEmail
|
||||||
orphanRemoval: true
|
orphanRemoval: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user