From 0dc558634801408869859189419165742b1e0b9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 17 Aug 2021 19:17:01 +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 --- System/Cache/Redis.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/System/Cache/Redis.php b/System/Cache/Redis.php index 867c6b62..59e02e8e 100644 --- a/System/Cache/Redis.php +++ b/System/Cache/Redis.php @@ -130,10 +130,10 @@ SCRIPT; } /** - * @return \Redis + * @return Base\Redis * @throws Exception */ - public function proxy(): \Redis + public function proxy(): Base\Redis { $connections = Kiri::getDi()->get(PoolRedis::class);