Skip to content

Commit b0f2f10

Browse files
committed
minor #16520 [Messenger] Fix broken link to DoctrineReceiver in 6.0 (AymDev)
This PR was submitted for the 6.0 branch but it was merged into the 5.4 branch instead. Discussion ---------- [Messenger] Fix broken link to DoctrineReceiver in 6.0 Came across a broken link to the `DoctrineReceiver` class when building my Azure transport. Commits ------- 2036790 Fix broken link to DoctrineReceiver in Messenger
2 parents a5979b0 + 2036790 commit b0f2f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger/custom-transport.rst

Lines changed: 1 addition & 1 deletion
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)