Skip to content

Commit

Permalink
Merge pull request #10 from munkie/security-context
Browse files Browse the repository at this point in the history
Use security.authorization_checker in menu_provider service config stead of deprecated symfony.context
  • Loading branch information
jbouzekri committed Jan 4, 2016
2 parents c2b4729 + 7113f37 commit 41cbd45
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 @@ -7,6 +7,6 @@ services:
arguments:
- '@knp_menu.factory'
- '@event_dispatcher'
- '@security.context'
- '@security.authorization_checker'
tags:
- { name: knp_menu.provider }

0 comments on commit 41cbd45

Please sign in to comment.