We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2738f16 commit 6b973aaCopy full SHA for 6b973aa
Resources/config/html_sanitizer.php
@@ -22,7 +22,7 @@
22
23
->set('html_sanitizer.sanitizer.default', HtmlSanitizer::class)
24
->args([service('html_sanitizer.config.default')])
25
- ->tag('html_sanitizer', ['name' => 'default'])
+ ->tag('html_sanitizer', ['sanitizer' => 'default'])
26
27
->alias('html_sanitizer', 'html_sanitizer.sanitizer.default')
28
->alias(HtmlSanitizerInterface::class, 'html_sanitizer')
0 commit comments