From 7cf1d24b43db60a50e474041bf9c856f448858b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 25 Oct 2021 16:41:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kiri-engine/Cache/Redis.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);