minor #13532 [SecurityBundle] removed usage of deprecated service (fabpot)

This PR was merged into the 2.7 branch.

Discussion
----------

[SecurityBundle] removed usage of deprecated service

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | n/a

Commits
-------

8100069 [SecurityBundle] removed usage of deprecated service
This commit is contained in:
Fabien Potencier 2015-01-27 11:44:58 +01:00
commit 28931800a0
1 changed files with 1 additions and 1 deletions

View File

@ -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>