File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,6 @@ component routing:
82
82
.. code-block :: php
83
83
84
84
// config/packages/framework.php
85
- use App\Webhook\MailerWebhookParser;
86
85
use Symfony\Config\FrameworkConfig;
87
86
return static function (FrameworkConfig $frameworkConfig): void {
88
87
$webhookConfig = $frameworkConfig->webhook();
@@ -100,7 +99,7 @@ webhook consumer code.
100
99
The webhook routing name is part of the URL you need to configure at the
101
100
third-party mailer provider. The URL is the concatenation of your domain name
102
101
and the routing name you chose in the configuration (like
103
- ``https://example.com/webhook/mailer_mailgun ``.
102
+ ``https://example.com/webhook/mailer_mailgun ``) .
104
103
105
104
For Mailgun, you will get a secret for the webhook. Store this secret as
106
105
MAILER_MAILGUN_SECRET (in the :doc: `secrets management system
You can’t perform that action at this time.
0 commit comments