We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c27ecfa commit 9cceab7Copy full SHA for 9cceab7
webhook.rst
@@ -95,11 +95,10 @@ Mailgun will provide a secret for the webhook. Add this secret to your ``.env``
95
file:
96
97
.. code-block:: env
98
- MAILER_MAILGUN_SECRET=your_secret
99
100
-With this done, you can now add Remote Event Consumers to react to the webhooks:
+ MAILER_MAILGUN_SECRET=your_secret
101
102
-.. code-block:: php
+With this done, you can now add Remote Event Consumers to react to the webhooks::
103
104
use Symfony\Component\RemoteEvent\Attribute\AsRemoteEventConsumer;
105
use Symfony\Component\RemoteEvent\Consumer\ConsumerInterface;
0 commit comments