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

Commit a61cdad

Browse files
committed
Removed duplicate lock name
1 parent aebc38f commit a61cdad

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/ChannelManagers/RedisChannelManager.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,6 @@ class RedisChannelManager extends LocalChannelManager
4747
*/
4848
protected $redis;
4949

50-
/**
51-
* The lock name to use on Redis to avoid multiple
52-
* actions that might lead to multiple processings.
53-
*
54-
* @var string
55-
*/
56-
protected static $lockName = 'laravel-websockets:channel-manager:lock';
57-
5850
/**
5951
* Create a new channel manager instance.
6052
*

0 commit comments

Comments
 (0)