File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 48
48
<parameter key =" security.validator.user_password.class" >Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator</parameter >
49
49
50
50
<parameter key =" security.expression_language.class" >Symfony\Component\Security\Core\Authorization\ExpressionLanguage</parameter >
51
+
52
+ <parameter key =" security.authentication_utils.class" >Symfony\Component\Security\Http\Authentication\AuthenticationUtils</parameter >
51
53
</parameters >
52
54
53
55
<services >
91
93
92
94
<service id =" security.expression_language" class =" %security.expression_language.class%" public =" false" />
93
95
96
+ <service id =" security.authentication_utils" class =" %security.authentication_utils.class%" >
97
+ <argument type =" service" id =" request_stack" />
98
+ </service >
99
+
94
100
<!-- Authorization related services -->
95
101
<service id =" security.access.decision_manager" class =" %security.access.decision_manager.class%" public =" false" >
96
102
<argument type =" collection" ></argument >
You can’t perform that action at this time.
0 commit comments