Fix registry ref

This commit is contained in:
Jake Barnby 2025-04-30 10:34:24 +12:00
parent e643e7a406
commit 5fc2c1ceb8
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -40,6 +40,7 @@ class Realtime extends MessagingAdapter
public function __construct()
{
global $register;
$this->redis = new PubSubPool($register->get('pools')->get('pubsub'));
}