Skip to content

Commit

Permalink
Merge pull request #5 from tibo6/patch-1
Browse files Browse the repository at this point in the history
Update services.yml
  • Loading branch information
Nightbr authored Nov 23, 2017
2 parents c8633c8 + cd3b281 commit 66c9348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ services:

# Listener
mailjet.listener.contact_listener:
class: %mailjet.contact_listener.class%
class: '%mailjet.contact_listener.class%'
arguments:
- '@mailjet.service.contacts_list_manager'
tags:
Expand All @@ -94,4 +94,4 @@ services:
- '@mailjet.client'
- '@mailjet.transactionnal.client'
tags:
- { name: data_collector, template: MailjetBundle:DataCollector:mailjet.html.twig, id: mailjet}
- { name: data_collector, template: MailjetBundle:DataCollector:mailjet.html.twig, id: mailjet}

0 comments on commit 66c9348

Please sign in to comment.