Skip to content

Commit

Permalink
Merge pull request #2754 from insiders/form-mailer-service
Browse files Browse the repository at this point in the history
[FormBundle] Inject correct service in form mailer
  • Loading branch information
acrobat authored Sep 18, 2020
2 parents c77374b + 550977f commit be2ea70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kunstmaan/FormBundle/Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:

kunstmaan_form.form_mailer:
class: '%kunstmaan_form.form_mailer.class%'
arguments: ['@mailer', '@twig', '@service_container']
arguments: ['@mailer', '@twig', '@request_stack']
public: true

kunstmaan_form.form_handler:
Expand Down

0 comments on commit be2ea70

Please sign in to comment.