Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit cafd21a

Browse files
committed
Fix wrong redis replication connection config path
1 parent b9ec590 commit cafd21a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ChannelManagers/RedisChannelManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ public function onMessage(string $redisChannel, string $payload)
487487
*/
488488
protected function getConnectionUri()
489489
{
490-
$name = config('websockets.replication.redis.connection', 'default');
490+
$name = config('websockets.replication.modes.redis.connection', 'default');
491491
$config = config("database.redis.{$name}");
492492

493493
$host = $config['host'];

0 commit comments

Comments
 (0)