Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 4fea039

Browse files
committed
Added missing $replicator
1 parent bd3aa90 commit 4fea039

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Statistics/Logger/RedisStatisticsLogger.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ class RedisStatisticsLogger implements StatisticsLogger
2525
*/
2626
protected $driver;
2727

28+
/**
29+
* The replicator client.
30+
*
31+
* @var ReplicationInterface
32+
*/
33+
protected $replicator;
34+
2835
/**
2936
* The Redis manager instance.
3037
*

0 commit comments

Comments
 (0)