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:
@@ -24,7 +24,7 @@ class ComplexPropertiesMapping extends ComplexMapping
|
||||
/**
|
||||
* @return array
|
||||
*/
|
||||
public function toArray()
|
||||
public function getProperties()
|
||||
{
|
||||
return [ 'properties' => parent::getProperties() ];
|
||||
}
|
||||
|
Reference in New Issue
Block a user