Skip to content

Commit 082303d

Browse files
authored
Merge pull request #4 from dotkernel/invalid-sender-locator
fix invalid sender locator when starting swoole worker
2 parents 88cbf3b + fc23bed commit 082303d

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)