8000 Add a documentation about Messenger's transports by llaakkkk · Pull Request #11331 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Add a documentation about Messenger's transports #11331

8000
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! Add a documentation about Messenger's transports
  • Loading branch information
Olena Kirichok committed Apr 28, 2019
commit 83b26c5a67c175af8bc073d04ee756b45e3797eb
2 changes: 1 addition & 1 deletion components/messenger/transports.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Your own Sender
Using the ``SenderInterface``, you can create your own message sender.
You already have an ``ImportantAction`` message going through the
message bus and handled by a handler. Now, you also want to send this message as
an email via your sender::
an email via your sender:

.. code-block:: php

Expand Down
0