8000 synchronize the Relay fixture · Romanavr/symfony@0634718 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0634718

Browse files
committed
synchronize the Relay fixture
1 parent 7bac663 commit 0634718

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Symfony/Component/Cache/Traits/RelayProxy.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,11 @@ public function publish($channel, $message): \Relay\Relay|false|int
542542
return ($this->lazyObjectState->realInstance ??= ($this->lazyObjectState->initializer)())->publish(...\func_get_args());
543543
}
544544

545+
public function pubsub($operation, ...$args): mixed
546+
{
547+
return ($this->lazyObjectState->realInstance ??= ($this->lazyObjectState->initializer)())->pubsub(...\func_get_args());
548+
}
549+
545550
public function spublish($channel, $message): \Relay\Relay|false|int
546551
{
547552
return ($this->lazyObjectState->realInstance ??= ($this->lazyObjectState->initializer)())->spublish(...\func_get_args());

0 commit comments

Comments
 (0)
0