Added missing $replicator
This commit is contained in:
parent
bd3aa90b65
commit
4fea039855
|
|
@ -25,6 +25,13 @@ class RedisStatisticsLogger implements StatisticsLogger
|
||||||
*/
|
*/
|
||||||
protected $driver;
|
protected $driver;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The replicator client.
|
||||||
|
*
|
||||||
|
* @var ReplicationInterface
|
||||||
|
*/
|
||||||
|
protected $replicator;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The Redis manager instance.
|
* The Redis manager instance.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue