From 7ef79b21dbc887848e9e288197289f80310c86ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 31 Aug 2020 22:38:26 +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/Abstracts/BaseApplication.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/Abstracts/BaseApplication.php b/system/Abstracts/BaseApplication.php index 280046c5..09821ad1 100644 --- a/system/Abstracts/BaseApplication.php +++ b/system/Abstracts/BaseApplication.php @@ -209,10 +209,10 @@ abstract class BaseApplication extends Service /** - * @return mixed + * @return \Redis * @throws ComponentException */ - public function getRedis(): Redis + public function getRedis(): \Redis { return $this->get('redis'); }