mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +02:00
PropertyModifierStripDomain: syntax
This commit is contained in:
parent
0999a8401c
commit
0c579561ff
@ -18,6 +18,6 @@ class PropertyModifierStripDomain extends PropertyModifierHook
|
||||
|
||||
public function transform($value)
|
||||
{
|
||||
return preg_replace($this->settings['domain'], "", $value);
|
||||
return preg_replace($this->settings['domain'], '', $value);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user