diff --git a/kiri-engine/Cache/Redis.php b/kiri-engine/Cache/Redis.php index cd547cee..01d3717b 100644 --- a/kiri-engine/Cache/Redis.php +++ b/kiri-engine/Cache/Redis.php @@ -132,11 +132,11 @@ SCRIPT; /** * @param $name * @param $arguments - * @return Base\Redis + * @return mixed * @throws ConfigException * @throws Exception */ - public function proxy($name, $arguments): Base\Redis + public function proxy($name, $arguments): mixed { $connections = Kiri::getDi()->get(PoolRedis::class);