mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-04 12:29:43 +00:00
Attempt fix ActivityVoterTest.php
This commit is contained in:
@@ -31,7 +31,7 @@ final class RedisConnectionFactory implements EventSubscriberInterface
|
||||
$this->redis = new ChillRedis();
|
||||
}
|
||||
|
||||
public function create(): \Chill\MainBundle\Redis\ChillRedis
|
||||
public function create(): ChillRedis
|
||||
{
|
||||
$result = $this->redis->connect($this->host, $this->port, $this->timeout);
|
||||
|
||||
|
Reference in New Issue
Block a user