Skip to content

Commit 088da02

Browse files
authored
Update messenger.rst
1 parent 4ec5d85 commit 088da02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

messenger.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ override it in the ``test`` environment to use this transport:
10491049
framework:
10501050
messenger:
10511051
transports:
1052-
async_priority_normal: 'in-memory:///'
1052+
async_priority_normal: 'in-memory://'
10531053
10541054
.. code-block:: xml
10551055
@@ -1065,7 +1065,7 @@ override it in the ``test`` environment to use this transport:
10651065
10661066
<framework:config>
10671067
<framework:messenger>
1068-
<framework:transport name="async_priority_normal" dsn="in-memory:///"/>
1068+
<framework:transport name="async_priority_normal" dsn="in-memory://"/>
10691069
</framework:messenger>
10701070
</framework:config>
10711071
</container>
@@ -1077,7 +1077,7 @@ override it in the ``test`` environment to use this transport:
10771077
'messenger' => [
10781078
'transports' => [
10791079
'async_priority_normal' => [
1080-
'dsn' => 'in-memory:///',
1080+
'dsn' => 'in-memory://',
10811081
],
10821082
],
10831083
],

0 commit comments

Comments
 (0)