We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88cbf3b + fc23bed commit 082303dCopy full SHA for 082303d
1 file changed
src/App/ConfigProvider.php
@@ -87,7 +87,7 @@ private function busConfig()
87
* Route specific messages to specific transports by using the message name as the key.
88
*/
89
'routes' => [
90
- ExampleMessage::class => ["redis"],
+ ExampleMessage::class => ["redis_transport"],
91
],
92
]
93
];
0 commit comments