From e25f286373eaf462343adeeb2fe7a7b6bd915635 Mon Sep 17 00:00:00 2001 From: shimon Date: Tue, 3 Sep 2024 22:37:06 +0300 Subject: [PATCH] realtime connection --- app/realtime.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/realtime.php b/app/realtime.php index 0e6d08087a..85d1d85736 100644 --- a/app/realtime.php +++ b/app/realtime.php @@ -137,7 +137,7 @@ if (!function_exists("getCache")) { } if (!function_exists("getPubSub")) { - function getPubSub(): Cache + function getPubSub(): \Redis { global $register;