Skip to content

Commit 267a157

Browse files
authored
Apply feedback
1 parent 0b54e58 commit 267a157

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

messenger.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1223,7 +1223,14 @@ Then, make sure to "route" your message to *both* transports:
12231223
12241224
That's it! You can now consume each transport:
12251225

1226-
It's also possible to specify `from_transport` as attribute on the `messenger.message_handler` tag.
1226+
.. note::
1227+
1228+
It is possible to specify ``from_transport`` as attribute on the ``messenger.message_handler`` tag.
1229+
1230+
.. versionadded:: 4.4
1231+
1232+
The ability to specify ``from_transport`` on the ``messenger.message_handler`` tag
1233+
itself, was added in Symfony 4.4.
12271234

12281235
.. code-block:: terminal
12291236

0 commit comments

Comments
 (0)