Skip to content

Commit

Permalink
updated services.yml to use security.authorization_checker instead of…
Browse files Browse the repository at this point in the history
… deprecated security.context to work in Symfony3
  • Loading branch information
Thomas Corbett authored and kayue committed Apr 7, 2017
1 parent 94665d3 commit 37ece2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
kayue_wordpress.security.authentication.listener:
class: %kayue_wordpress.security.authentication.listener.class%
arguments:
- '@security.context'
- '@security.authorization_checker'
- '@kayue_wordpress.security.cookie.service'
- '@kayue_wordpress.manager.authentication_cookie'
- '@security.authentication.manager'
Expand Down

0 comments on commit 37ece2e

Please sign in to comment.