Extend Redis functionality with new method

This commit is contained in:
IanM
2025-11-18 20:44:52 +00:00
committed by GitHub
parent 4c7a5d377d
commit b03ca35d54

View File

@@ -30,7 +30,8 @@ class EnableRedis implements ExtenderInterface
$config = $this->buildConfig();
(new Redis($config))
->disable($this->getDisabledServices());
->disable($this->getDisabledServices())
->extend($container, $extension);
}
private function getDisabledServices(): array