This commit is contained in:
2020-09-01 13:42:20 +08:00
parent 8e3c9a200a
commit 16109bc402
+1 -1
View File
@@ -214,7 +214,7 @@ abstract class BaseApplication extends Service
* @return \Redis * @return \Redis
* @throws ComponentException * @throws ComponentException
*/ */
public function getRedis(): \Redis public function getRedis()
{ {
return $this->get('redis'); return $this->get('redis');
} }