Skip to content

Commit

Permalink
[SecurityBundle] removed usage of deprecated service
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jan 27, 2015
1 parent cca8905 commit 8100069
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -172,7 +172,7 @@
<!-- Validator -->
<service id="security.validator.user_password" class="%security.validator.user_password.class%">
<tag name="validator.constraint_validator" alias="security.validator.user_password" />
<argument type="service" id="security.context" />
<argument type="service" id="security.token_storage" />
<argument type="service" id="security.encoder_factory" />
</service>
</services>
Expand Down

0 comments on commit 8100069

Please sign in to comment.