Removed duplicate lock name

This commit is contained in:
Alex Renoki 2020-12-09 11:37:10 +02:00
parent aebc38ff8e
commit a61cdad1f7
1 changed files with 0 additions and 8 deletions

View File

@ -47,14 +47,6 @@ class RedisChannelManager extends LocalChannelManager
*/ */
protected $redis; 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. * Create a new channel manager instance.
* *