mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Fix undefined property error
This commit is contained in:
@@ -76,10 +76,6 @@ class ComplexMapping extends FieldMapping
|
||||
$properties[$name] = $child->toArray();
|
||||
}
|
||||
|
||||
if ($this->childKey) {
|
||||
return [$this->childKey => $properties];
|
||||
}
|
||||
|
||||
return $properties;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user