Fixed constant

This commit is contained in:
Alex Renoki 2020-10-07 22:56:38 +03:00
parent a2dd552805
commit 0ca6355aa6
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ class RedisChannelManager extends LocalChannelManager
$payload->socketId = $socketId; $payload->socketId = $socketId;
$payload->serverId = $serverId ?: $this->getServerId(); $payload->serverId = $serverId ?: $this->getServerId();
DashboardLogger::log($appId, DashboardLogger::TYPE_REPLICATION_MESSAGE_PUBLISHED, [ DashboardLogger::log($appId, DashboardLogger::TYPE_REPLICATOR_MESSAGE_PUBLISHED, [
'fromServerId' => $serverId, 'fromServerId' => $serverId,
'fromSocketId' => $socketId, 'fromSocketId' => $socketId,
'channel' => $channel, 'channel' => $channel,