Skip to content

Commit fc23bed

Browse files
author
sergiu
committed
fix invalid sender locator when starting swoole worker
1 parent 88cbf3b commit fc23bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App/ConfigProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ private function busConfig()
8787
* Route specific messages to specific transports by using the message name as the key.
8888
*/
8989
'routes' => [
90-
ExampleMessage::class => ["redis"],
90+
ExampleMessage::class => ["redis_transport"],
9191
],
9292
]
9393
];

0 commit comments

Comments
 (0)