Skip to content

Commit 66bb9e8

Browse files
committed
Merge branch '5.0'
* 5.0: Update messenger.rst
2 parents 3f17554 + b237771 commit 66bb9e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

messenger.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@ override it in the ``test`` environment to use this transport:
10651065
framework:
10661066
messenger:
10671067
transports:
1068-
async_priority_normal: 'in-memory:///'
1068+
async_priority_normal: 'in-memory://'
10691069
10701070
.. code-block:: xml
10711071
@@ -1081,7 +1081,7 @@ override it in the ``test`` environment to use this transport:
10811081
10821082
<framework:config>
10831083
<framework:messenger>
1084-
<framework:transport name="async_priority_normal" dsn="in-memory:///"/>
1084+
<framework:transport name="async_priority_normal" dsn="in-memory://"/>
10851085
</framework:messenger>
10861086
</framework:config>
10871087
</container>
@@ -1093,7 +1093,7 @@ override it in the ``test`` environment to use this transport:
10931093
'messenger' => [
10941094
'transports' => [
10951095
'async_priority_normal' => [
1096-
'dsn' => 'in-memory:///',
1096+
'dsn' => 'in-memory://',
10971097
],
10981098
],
10991099
],

0 commit comments

Comments
 (0)