schmittjoh / JMSSecurityExtraBundle

Enhances the Symfony2 Security Component with several new features
http://jmsyst.com/bundles/JMSSecurityExtraBundle
255 stars 100 forks source link

Replace usage of deprecated security.context in documentation #229

Open mostertb opened 5 years ago

mostertb commented 5 years ago

Hi @schmittjoh

Here is a minor change to some old documentation I was referring to this week.

With the security.context service having been deprecated in Symfony 2.6, this PR updates the example in the expressions.rst documentation to use the preferred security.authorization_checker service.