We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5979b0 commit 2036790Copy full SHA for 2036790
messenger/custom-transport.rst
@@ -127,7 +127,7 @@ Here is a simplified example of a database transport::
127
The implementation above is not runnable code but illustrates how a
128
:class:`Symfony\\Component\\Messenger\\Transport\\TransportInterface` could
129
be implemented. For real implementations see :class:`Symfony\\Component\\Messenger\\Transport\\InMemoryTransport`
130
-and :class:`Symfony\\Component\\Messenger\\Transport\\Doctrine\\DoctrineReceiver`.
+and :class:`Symfony\\Component\\Messenger\\Bridge\\Doctrine\\Transport\\DoctrineReceiver`.
131
132
Register your Factory
133
---------------------
0 commit comments