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

Commit b5f081c

Browse files
committed
typo
1 parent a08eee6 commit b5f081c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PubSub/Drivers/RedisClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ protected function onMessage(string $redisChannel, string $payload)
307307
DashboardLogger::log($appId, DashboardLogger::TYPE_REPLICATOR_MESSAGE_RECEIVED, [
308308
'channel' => $channel->getChannelName(),
309309
'redisChannel' => $redisChannel,
310-
'serverId' => $this->getServer(),
310+
'serverId' => $this->getServerId(),
311311
'incomingServerId' => $serverId,
312312
'incomingSocketId' => $socket,
313313
'payload' => $payload,

0 commit comments

Comments
 (0)