Skip to content

Commit 948af40

Browse files
[FrameworkBundle] Tag deprecated services
1 parent 6ae1e80 commit 948af40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/config/security.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
<service id="security.context" class="%security.context.class%">
5454
<argument type="service" id="security.token_storage" />
5555
<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>
5657
</service>
5758

5859
<service id="security.authorization_checker" class="Symfony\Component\Security\Core\Authorization\AuthorizationChecker">

0 commit comments

Comments
 (0)