mirror of
https://github.com/glowingblue/flarum-ext-redis-setup.git
synced 2026-03-22 15:07:53 +01:00
Extend Redis functionality with new method
This commit is contained in:
@@ -30,7 +30,8 @@ class EnableRedis implements ExtenderInterface
|
|||||||
$config = $this->buildConfig();
|
$config = $this->buildConfig();
|
||||||
|
|
||||||
(new Redis($config))
|
(new Redis($config))
|
||||||
->disable($this->getDisabledServices());
|
->disable($this->getDisabledServices())
|
||||||
|
->extend($container, $extension);
|
||||||
}
|
}
|
||||||
|
|
||||||
private function getDisabledServices(): array
|
private function getDisabledServices(): array
|
||||||
|
|||||||
Reference in New Issue
Block a user