Skip to content

Commit

Permalink
Update services.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-montanez committed Dec 28, 2015
1 parent 2285015 commit 7a95e0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ services:
# OAuth2 Service
acilia.oauth2:
class: Acilia\Bundle\OAuth2Bundle\Service\OAuth2Service
arguments: [@router, @event_dispatcher]
arguments: ["@router", "@event_dispatcher"]

# OAuth2 Twig Extensions
acilia.oauth.twig_extension:
class: Acilia\Bundle\OAuth2Bundle\Library\Twig\Extension\OAuth2Extension
arguments: [@acilia.oauth2]
arguments: ["@acilia.oauth2"]
tags:
- { name: twig.extension }

0 comments on commit 7a95e0c

Please sign in to comment.