Skip to content

Commit

Permalink
Merge pull request #2192 from acrobat/mark-formbundle-service-public
Browse files Browse the repository at this point in the history
[FormBundle] Mark services used in controllers as public
  • Loading branch information
sandergo90 committed Dec 7, 2018
2 parents 7bb08aa + 225e4b6 commit 61be626
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Kunstmaan/FormBundle/Resources/config/services.yml
Expand Up @@ -11,10 +11,12 @@ services:
kunstmaan_form.form_mailer:
class: '%kunstmaan_form.form_mailer.class%'
arguments: ['@mailer', '@templating', '@service_container']
public: true

kunstmaan_form.form_handler:
class: "%kunstmaan_form.form_handler.class%"
arguments: ['@service_container']
public: true

kunstmaan_form.configure_sub_actions_menu_listener:
class: Kunstmaan\FormBundle\EventListener\ConfigureActionsMenuListener
Expand Down

0 comments on commit 61be626

Please sign in to comment.