Skip to content

Commit d6d0a0f

Browse files
committed
[Security] removed usage of the deprecated SecurityContextInterface
1 parent 3372317 commit d6d0a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/twig.xml

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

115115
<service id="twig.form.renderer" class="%twig.form.renderer.class%" public="false">
116116
<argument type="service" id="twig.form.engine" />
117-
<argument type="service" id="form.csrf_provider" on-invalid="null" />
117+
<argument type="service" id="security.csrf.token_manager" on-invalid="null" />
118118
</service>
119119

120120
<service id="twig.translation.extractor" class="%twig.translation.extractor.class%">

0 commit comments

Comments
 (0)