parent
a4813e8046
commit
11f41edd13
|
@ -18,6 +18,11 @@ class PropertyModifierJoin extends PropertyModifierHook
|
|||
));
|
||||
}
|
||||
|
||||
public function hasArraySupport()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
public function transform($value)
|
||||
{
|
||||
if ($value === null) {
|
||||
|
|
Loading…
Reference in New Issue