diff --git a/System/Cache/Redis.php b/System/Cache/Redis.php index 867c6b62..59e02e8e 100644 --- a/System/Cache/Redis.php +++ b/System/Cache/Redis.php @@ -130,10 +130,10 @@ SCRIPT; } /** - * @return \Redis + * @return Base\Redis * @throws Exception */ - public function proxy(): \Redis + public function proxy(): Base\Redis { $connections = Kiri::getDi()->get(PoolRedis::class);