diff --git a/src/ChannelManagers/RedisChannelManager.php b/src/ChannelManagers/RedisChannelManager.php index 5a52e65..c45ed2c 100644 --- a/src/ChannelManagers/RedisChannelManager.php +++ b/src/ChannelManagers/RedisChannelManager.php @@ -487,7 +487,7 @@ class RedisChannelManager extends LocalChannelManager */ protected function getConnectionUri() { - $name = config('websockets.replication.redis.connection', 'default'); + $name = config('websockets.replication.modes.redis.connection', 'default'); $config = config("database.redis.{$name}"); $host = $config['host'];