Skip to content

Commit

Permalink
Fix for symfony 3, service name starting with @ has to be quoted in y…
Browse files Browse the repository at this point in the history
…ml file
  • Loading branch information
joschi127 committed May 13, 2016
1 parent cbcae0b commit f4e0c8f
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 @@ -6,7 +6,7 @@ services:
joschi127_doctrine_entity_override.event_subscriber.load_orm_metadata:
class: %joschi127_doctrine_entity_override.event_subscriber.load_orm_metadata.class%
arguments:
- @service_container
- "@service_container"
- %joschi127_doctrine_entity_override.config.overridden_entities%
tags:
- { name: doctrine.event_subscriber }

0 comments on commit f4e0c8f

Please sign in to comment.