1
0
mirror of synced 2025-01-06 00:57:10 +03:00

Merge branch 'master' of github.com:doctrine/doctrine2

This commit is contained in:
Benjamin Eberlei 2011-06-26 10:11:29 +02:00
commit 69944017d2

View File

@ -435,7 +435,7 @@ class YamlDriver extends AbstractFileDriver
} }
if (isset($manyToManyElement['orphanRemoval'])) { if (isset($manyToManyElement['orphanRemoval'])) {
$mapping['orphanRemoval'] = (bool)$manyToManyElement['orphan-removal']; $mapping['orphanRemoval'] = (bool)$manyToManyElement['orphanRemoval'];
} }
if (isset($manyToManyElement['orderBy'])) { if (isset($manyToManyElement['orderBy'])) {