Skip to content

Commit

Permalink
Service parameters double quoted
Browse files Browse the repository at this point in the history
  • Loading branch information
cluster28 committed Jan 19, 2018
1 parent 3098e06 commit f800c27
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 @@ -3,7 +3,7 @@ parameters:
services:
acilia.banners:
class: Acilia\Bundle\BannerBundle\Service\BannerService
arguments: ["@event_dispatcher", "@request_stack", "@doctrine", "@core.memcached", %acilia.banner.place_fallbacks%]
arguments: ["@event_dispatcher", "@request_stack", "@doctrine", "@core.memcached", "%acilia.banner.place_fallbacks%"]

acilia.useragent:
class: Acilia\Bundle\BannerBundle\Service\UserAgentService
Expand Down

0 comments on commit f800c27

Please sign in to comment.