Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b1eb5 commit fb5097cCopy full SHA for fb5097c
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