removed redundant static realtime

This commit is contained in:
ArnabChatterjee20k
2025-12-03 22:08:05 +05:30
parent 5878a82b8a
commit c4cc8595d6
-6
View File
@@ -204,12 +204,6 @@ if (!function_exists('getRealtime')) {
return $ctx['getRealtime'];
}
static $realtime = null;
if ($realtime !== null) {
return $realtime;
}
return $ctx['getRealtime'] = new Realtime();
}
}