Added missing $replicator

This commit is contained in:
Alex Renoki 2020-09-06 13:18:41 +03:00
parent bd3aa90b65
commit 4fea039855
1 changed files with 7 additions and 0 deletions

View File

@ -25,6 +25,13 @@ class RedisStatisticsLogger implements StatisticsLogger
*/
protected $driver;
/**
* The replicator client.
*
* @var ReplicationInterface
*/
protected $replicator;
/**
* The Redis manager instance.
*