Skip to content

Commit c5b682c

Browse files
authored
Update twig.php
Fix service call
1 parent 16ea17e commit c5b682c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/config/twig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
$services->set('fos_ck_editor.twig_extension', CKEditorExtension::class)
1616
->args([
17-
'fos_ck_editor.renderer',
17+
service('fos_ck_editor.renderer'),
1818
])
1919
->tag('twig.extension');
2020
};

0 commit comments

Comments
 (0)