This commit is contained in:
2020-08-31 22:38:26 +08:00
parent e163d407f5
commit 7ef79b21db
+2 -2
View File
@@ -209,10 +209,10 @@ abstract class BaseApplication extends Service
/** /**
* @return mixed * @return \Redis
* @throws ComponentException * @throws ComponentException
*/ */
public function getRedis(): Redis public function getRedis(): \Redis
{ {
return $this->get('redis'); return $this->get('redis');
} }