1
0
mirror of synced 2025-01-18 22:41:43 +03:00

Merge pull request #77 from rubensayshi/master

Fixed wrong keyname
This commit is contained in:
Guilherme Blanco 2011-06-25 08:30:30 -07:00
commit ebe95af30c

View File

@ -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'])) {