We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ea17e commit c5b682cCopy full SHA for c5b682c
src/Resources/config/twig.php
@@ -14,7 +14,7 @@
14
15
$services->set('fos_ck_editor.twig_extension', CKEditorExtension::class)
16
->args([
17
- 'fos_ck_editor.renderer',
+ service('fos_ck_editor.renderer'),
18
])
19
->tag('twig.extension');
20
};
0 commit comments