This commit is contained in:
2020-08-31 22:37:56 +08:00
parent 8b583f2a4d
commit e163d407f5
+1 -1
View File
@@ -212,7 +212,7 @@ abstract class BaseApplication extends Service
* @return mixed * @return mixed
* @throws ComponentException * @throws ComponentException
*/ */
public function getRedis() public function getRedis(): Redis
{ {
return $this->get('redis'); return $this->get('redis');
} }