Skip to content

Commit

Permalink
[SF3] Fix unquoted param & services references
Browse files Browse the repository at this point in the history
  • Loading branch information
lolautruche authored Jun 30, 2016
1 parent 0384641 commit 93a4ee7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ parameters:
services:
m6_web_monolog_extra.processor.contextInformation:
abstract: true
class: %m6_web_monolog_extra.processor.contextInformation.class%
class: '%m6_web_monolog_extra.processor.contextInformation.class%'
arguments:
- @service_container
- @m6_web_monolog_extra.expression_language
- '@service_container'
- '@m6_web_monolog_extra.expression_language'
calls:
- [ setConfiguration, []]

Expand Down

0 comments on commit 93a4ee7

Please sign in to comment.