mirror of
https://github.com/appwrite/appwrite
synced 2026-05-15 04:59:01 +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()
|
||||
{
|
||||
global $register;
|
||||
$this->redis = new PubSubPool($register->get('pools')->get('pubsub'));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue