We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ConstantFrequency
redis
1 parent 65ec6cb commit a80b5c6Copy full SHA for a80b5c6
src/Pool/RedisPool.php
@@ -37,7 +37,7 @@ public function __construct(ContainerInterface $container, protected string $nam
37
$this->config = $config->get($key);
38
$options = Arr::get($this->config, 'pool', []);
39
40
- $this->frequency = make(Frequency::class);
+ $this->frequency = make(Frequency::class, [$this]);
41
42
parent::__construct($container, $options);
43
}
0 commit comments