[2.0] Casting options as an array
This commit is contained in:
parent
db5a48e5f4
commit
79393daf25
@ -138,7 +138,7 @@ class XmlDriver extends AbstractFileDriver
|
||||
}
|
||||
|
||||
if (isset($fieldMapping['options'])) {
|
||||
$mapping['options'] = $fieldMapping['options'];
|
||||
$mapping['options'] = (array)$fieldMapping['options'];
|
||||
}
|
||||
|
||||
if (isset($fieldMapping['version']) && $fieldMapping['version']) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user