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

Commit b00e19e

Browse files
committed
wip
1 parent 92870c0 commit b00e19e

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
@@ -265,7 +265,7 @@ public function channelMemberCounts($appId, array $channelNames): PromiseInterfa
265265
* @param string $payload
266266
* @return void
267267
*/
268-
protected function onMessage(string $redisChannel, string $payload)
268+
public function onMessage(string $redisChannel, string $payload)
269269
{
270270
$payload = json_decode($payload);
271271

0 commit comments

Comments
 (0)