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