Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #82 from bubnovKelnik/patch-1
Browse files Browse the repository at this point in the history
Fix debug.yml for Symfony3 compatibility
  • Loading branch information
GabrielAnca authored Sep 27, 2016
2 parents e695603 + 28588d7 commit bdaafc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/config/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ parameters:

services:
memcache.data_collector:
class: %memcache.data_collector.class%
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 bdaafc6

Please sign in to comment.