File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -389,7 +389,7 @@ e.g. change the service based on a parameter:
389389
390390 # you can use the arg() function to retrieve an argument from the definition
391391 App\Email\NewsletterManagerInterface :
392- factory : " @=arg(0).createNewsletterManager() ?: service(" default_newsletter_manager")"
392+ factory : ' @=arg(0).createNewsletterManager() ?: service("default_newsletter_manager")'
393393 arguments :
394394 - ' @App\Email\NewsletterManagerFactory'
395395
@@ -410,7 +410,7 @@ e.g. change the service based on a parameter:
410410
411411 <!-- you can use the arg() function to retrieve an argument from the definition -->
412412 <service id =" App\Email\NewsletterManagerInterface" >
413- <factory expression =" arg(0).createNewsletterManager() ?: service(" default_newsletter_manager" )" />
413+ <factory expression =" arg(0).createNewsletterManager() ?: service(' default_newsletter_manager' )" />
414414 <argument type =" service" id =" App\Email\NewsletterManagerFactory" />
415415 </service >
416416 </services >
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ webhook consumer code.
104104The webhook routing name is part of the URL you need to configure at the
105105third-party mailer provider. The URL is the concatenation of your domain name
106106and the routing name you chose in the configuration (like
107- ``https://example.com/webhook/mailer_mailgun ``.
107+ ``https://example.com/webhook/mailer_mailgun ``) .
108108
109109For Mailgun, you will get a secret for the webhook. Store this secret as
110110MAILER_MAILGUN_SECRET (in the :doc: `secrets management system
You can’t perform that action at this time.
0 commit comments