Skip to content

Commit

Permalink
Merge pull request #23 from allan-simon/patch-4
Browse files Browse the repository at this point in the history
put double quote around @ in services.yml (forgot some)
  • Loading branch information
lenybernard authored Sep 23, 2016
2 parents a856a57 + 90a4dea commit 896477c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ services:
appventus_mangopay.card_registration_helper:
class: %appventus_mangopay.card_registration_helper.class%
arguments:
- @appventus_mangopay.mango_api
- @doctrine.orm.entity_manager
- "@appventus_mangopay.mango_api"
- "@doctrine.orm.entity_manager"
- "@event_dispatcher"
appventus_mangopay.payment_helper:
class: %appventus_mangopay.payment_helper.class%
Expand Down Expand Up @@ -79,7 +79,7 @@ services:
appventus_mangopay.payment_out_helper:
class: %appventus_mangopay.payment_out_helper.class%
arguments:
- @appventus_mangopay.mango_api
- "@appventus_mangopay.mango_api"

appventus_mangopay.form.card:
class: %appventus_mangopay.form.card%
Expand Down

0 comments on commit 896477c

Please sign in to comment.