Skip to content

Commit 6cd6962

Browse files
committed
[STOMP] make getStomp public
1 parent 0369752 commit 6cd6962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/stomp/StompContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public function purgeQueue(Queue $queue): void
186186
throw PurgeQueueNotSupportedException::providerDoestNotSupportIt();
187187
}
188188

189-
private function getStomp(): BufferedStompClient
189+
public function getStomp(): BufferedStompClient
190190
{
191191
if (false == $this->stomp) {
192192
$stomp = call_user_func($this->stompFactory);

0 commit comments

Comments
 (0)