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.
2 parents 0136856 + a80b5c6 commit 42e8632Copy full SHA for 42e8632
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