Skip to content

Commit 0a6b15b

Browse files
committed
Revert urlBuilder property to protected scope in BigBlueButton.
1 parent 8de3077 commit 0a6b15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BigBlueButton.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class BigBlueButton
8484
protected int $timeOut = 10;
8585
protected string $jSessionId;
8686

87-
private UrlBuilder $urlBuilder;
87+
protected UrlBuilder $urlBuilder;
8888

8989
/**
9090
* @param null|array<string, mixed> $opts

0 commit comments

Comments
 (0)