diff --git a/components/messenger.rst b/components/messenger.rst index 948bedaea52..899e550d180 100644 --- a/components/messenger.rst +++ b/components/messenger.rst @@ -193,7 +193,7 @@ transport will be responsible for communicating with your message broker or 3rd Your own Sender ~~~~~~~~~~~~~~~ -Using the :class:`Symfony\\Component\\Messenger\\Transport\\SenderInterface`, +Using the :class:`Symfony\\Component\\Messenger\\Transport\\Sender\\SenderInterface`, you can create your own message sender. Imagine that you already have an ``ImportantAction`` message going through the message bus and being handled by a handler. Now, you also want to send this diff --git a/messenger.rst b/messenger.rst index 42d6b2c1058..a6d17644d1a 100644 --- a/messenger.rst +++ b/messenger.rst @@ -703,7 +703,7 @@ This middleware can be configured to define the entity manager to use: - + custom