Skip to content

Commit fb5097c

Browse files
authored
Fix broken link to DoctrineReceiver in Messenger
Updates the FQCN for DoctrineReceiver as the class moved in a Bridge namespace after Symfony 6.0
1 parent b2b1eb5 commit fb5097c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger/custom-transport.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Here is a simplified example of a database transport::
127127
The implementation above is not runnable code but illustrates how a
128128
:class:`Symfony\\Component\\Messenger\\Transport\\TransportInterface` could
129129
be implemented. For real implementations see :class:`Symfony\\Component\\Messenger\\Transport\\InMemoryTransport`
130-
and :class:`Symfony\\Component\\Messenger\\Transport\\Doctrine\\DoctrineReceiver`.
130+
and :class:`Symfony\\Component\\Messenger\\Bridge\\Doctrine\\Transport\\DoctrineReceiver`.
131131

132132
Register your Factory
133133
---------------------

0 commit comments

Comments
 (0)