mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +02:00
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…
x
Reference in New Issue
Block a user