From 16109bc40281ee4f03a86d6e1891f9e2c17650e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 1 Sep 2020 13:42:20 +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 84c8729c..51b6f711 100644 --- a/system/Abstracts/BaseApplication.php +++ b/system/Abstracts/BaseApplication.php @@ -214,7 +214,7 @@ abstract class BaseApplication extends Service * @return \Redis * @throws ComponentException */ - public function getRedis(): \Redis + public function getRedis() { return $this->get('redis'); }