1
0
mirror of synced 2024-12-14 07:06:04 +03:00

fixed wrong keyname

This commit is contained in:
Ruben de Vries 2011-06-25 17:08:56 +02:00
parent a73a1e8437
commit a607e2ec7a

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