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'); }