Merge branch 'master' of github.com:doctrine/doctrine2
This commit is contained in:
commit
69944017d2
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ class YamlDriver extends AbstractFileDriver
|
|||
}
|
||||
|
||||
if (isset($manyToManyElement['orphanRemoval'])) {
|
||||
$mapping['orphanRemoval'] = (bool)$manyToManyElement['orphan-removal'];
|
||||
$mapping['orphanRemoval'] = (bool)$manyToManyElement['orphanRemoval'];
|
||||
}
|
||||
|
||||
if (isset($manyToManyElement['orderBy'])) {
|
||||
|
|
Loading…
Add table
Reference in a new issue