Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Commit

Permalink
Fix Deprecation with Symfony Yaml Component v3.2+
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Wenzel committed Mar 22, 2017
1 parent 3d9ebe0 commit 0f8adea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ services:
memcache.data_collector:
class: "%memcache.data_collector.class%"
tags:
- { name: data_collector, template: "%memcache.data_collector.template%", id:"memcache"}
- { name: data_collector, template: "%memcache.data_collector.template%", id: "memcache" }

0 comments on commit 0f8adea

Please sign in to comment.