Skip to content

Commit 46330a9

Browse files
committed
Add curlopts property to BigBlueButton class for PHP 8.1 compatibility.
1 parent 04af28e commit 46330a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BigBlueButton.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ class BigBlueButton
6060
protected $bbbServerBaseUrl;
6161
protected $urlBuilder;
6262
protected $jSessionId;
63+
protected $curlopts = [];
6364
protected $timeOut = 10;
6465

6566
/**

0 commit comments

Comments
 (0)