Skip to content

Commit

Permalink
Merge pull request #35 from qtsd/fix-yaml-deprecation
Browse files Browse the repository at this point in the history
fix yaml deprecation warnings
  • Loading branch information
GabrielAnca authored Sep 13, 2017
2 parents edc4060 + eb45909 commit 061389d
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 @@ -12,9 +12,9 @@ services:
class: "%api_call_logger.class%"
arguments: [ "@logger" ]
tags:
- { name: monolog.logger, channel:api_caller }
- { name: monolog.logger, channel: api_caller }
api_caller.data_collector:
class: "%api_caller.data_collector.class%"
arguments: [ "@api_call_logger" ]
tags:
- { name: data_collector, template: "%api_caller.data_collector.template%", id:"api"}
- { name: data_collector, template: "%api_caller.data_collector.template%", id: "api"}

0 comments on commit 061389d

Please sign in to comment.