Escaped the output of the @setting blade directive

parent 99cef38a
......@@ -24,7 +24,7 @@ final class SettingDirective
{
$this->extractArguments($arguments);
return setting($this->settingName, $this->locale, $this->default);
return e(setting($this->settingName, $this->locale, $this->default));
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment