Skip to content

Commit

Permalink
Merge pull request #7 from dkisselev/patch-1
Browse files Browse the repository at this point in the history
Apply quotes to services.yml for SF3.0 support
  • Loading branch information
anush committed Feb 23, 2016
2 parents 6fd1234 + 55a9ea0 commit de73b39
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 @@ -4,6 +4,6 @@ parameters:
services:
omnipay:
class: %omnipay.service.class%
arguments: [ @service_container, @logger ]
arguments: [ "@service_container", "@logger" ]
tags:
- { name: monolog.logger, channel: omnipay }

0 comments on commit de73b39

Please sign in to comment.