Skip to content

Commit 2b3459f

Browse files
committed
[SecurityBundle] removed usage of deprecated service
1 parent 7adab5a commit 2b3459f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/security.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
<!-- Validator -->
173173
<service id="security.validator.user_password" class="%security.validator.user_password.class%">
174174
<tag name="validator.constraint_validator" alias="security.validator.user_password" />
175-
<argument type="service" id="security.context" />
175+
<argument type="service" id="security.token_storage" />
176176
<argument type="service" id="security.encoder_factory" />
177177
</service>
178178
</services>

0 commit comments

Comments
 (0)