PropertyModifierJoin: tell about array support

fixes #12236
This commit is contained in:
Thomas Gelf 2016-08-30 07:55:07 +00:00
parent a4813e8046
commit 11f41edd13
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@ class PropertyModifierJoin extends PropertyModifierHook
));
}
public function hasArraySupport()
{
return true;
}
public function transform($value)
{
if ($value === null) {