Skip to content

Commit 4ae1972

Browse files
committed
fix: minor in file webhook.rst
1 parent a2dc84e commit 4ae1972

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

webhook.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ component routing:
8282
.. code-block:: php
8383
8484
// config/packages/framework.php
85-
use App\Webhook\MailerWebhookParser;
8685
use Symfony\Config\FrameworkConfig;
8786
return static function (FrameworkConfig $frameworkConfig): void {
8887
$webhookConfig = $frameworkConfig->webhook();
@@ -100,7 +99,7 @@ webhook consumer code.
10099
The webhook routing name is part of the URL you need to configure at the
101100
third-party mailer provider. The URL is the concatenation of your domain name
102101
and the routing name you chose in the configuration (like
103-
``https://example.com/webhook/mailer_mailgun``.
102+
``https://example.com/webhook/mailer_mailgun``).
104103

105104
For Mailgun, you will get a secret for the webhook. Store this secret as
106105
MAILER_MAILGUN_SECRET (in the :doc:`secrets management system

0 commit comments

Comments
 (0)