diff --git a/src/ChannelManagers/RedisChannelManager.php b/src/ChannelManagers/RedisChannelManager.php index b13ecf0..85989fc 100644 --- a/src/ChannelManagers/RedisChannelManager.php +++ b/src/ChannelManagers/RedisChannelManager.php @@ -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. *