Removed duplicate lock name
This commit is contained in:
parent
aebc38ff8e
commit
a61cdad1f7
|
|
@ -47,14 +47,6 @@ class RedisChannelManager extends LocalChannelManager
|
|||
*/
|
||||
protected $redis;
|
||||
|
||||
/**
|
||||
* The lock name to use on Redis to avoid multiple
|
||||
* actions that might lead to multiple processings.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected static $lockName = 'laravel-websockets:channel-manager:lock';
|
||||
|
||||
/**
|
||||
* Create a new channel manager instance.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue