mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Fix registry ref
This commit is contained in:
parent
e643e7a406
commit
5fc2c1ceb8
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ class Realtime extends MessagingAdapter
|
||||||
|
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
|
global $register;
|
||||||
$this->redis = new PubSubPool($register->get('pools')->get('pubsub'));
|
$this->redis = new PubSubPool($register->get('pools')->get('pubsub'));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue