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…
Reference in New Issue