fixed wrong keyname
This commit is contained in:
parent
a73a1e8437
commit
a607e2ec7a
@ -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'])) {
|
||||||
|
Loading…
Reference in New Issue
Block a user