Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d31b7a6

Browse files
committed
bugfix
1 parent 27800f5 commit d31b7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1640,7 +1640,7 @@ this globally (or for each transport) to a service that implements
16401640
16411641
$messenger->transport('async_priority_normal')
16421642
->dsn(...)
1643-
->serializer('messenger.transport.symfony_serializer')
1643+
->serializer('messenger.transport.symfony_serializer');
16441644
};
16451645
16461646
The ``messenger.transport.symfony_serializer`` is a built-in service that uses

0 commit comments

Comments
 (0)