Skip to content

Commit b529b65

Browse files
committed
[Messenger] Add a link to a class
1 parent 790145c commit b529b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1794,7 +1794,7 @@ The Beanstalkd transport supports the ``--keepalive`` option by using Beanstalkd
17941794
Keepalive support was introduced in Symfony 7.2.
17951795

17961796
The Beanstalkd transport lets you set the priority of the messages being dispatched.
1797-
Use the ``Symfony\Component\Messenger\Bridge\Beanstalkd\Transport\BeanstalkdPriorityStamp``
1797+
Use the :class:``Symfony\\Component\\Messenger\\Bridge\\Beanstalkd\\Transport\\BeanstalkdPriorityStamp``
17981798
and pass a number to specify the priority (default = ``1024``; lower numbers mean higher priority)::
17991799

18001800
use App\Message\SomeMessage;

0 commit comments

Comments
 (0)