Skip to content

Commit

Permalink
Revert urlBuilder property to protected scope in BigBlueButton.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhaziTriki committed May 7, 2024
1 parent 8de3077 commit 0a6b15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BigBlueButton.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class BigBlueButton
protected int $timeOut = 10;
protected string $jSessionId;

private UrlBuilder $urlBuilder;
protected UrlBuilder $urlBuilder;

/**
* @param null|array<string, mixed> $opts
Expand Down

0 comments on commit 0a6b15b

Please sign in to comment.