We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae1e80 commit 948af40Copy full SHA for 948af40
Resources/config/security.xml
@@ -53,6 +53,7 @@
53
<service id="security.context" class="%security.context.class%">
54
<argument type="service" id="security.token_storage" />
55
<argument type="service" id="security.authorization_checker" />
56
+ <deprecated>The "%service_id%" service is deprecated since Symfony 2.6 and will be removed in 3.0.</deprecated>
57
</service>
58
59
<service id="security.authorization_checker" class="Symfony\Component\Security\Core\Authorization\AuthorizationChecker">
0 commit comments