Skip to content

Commit ca1b256

Browse files
set as protected instead o private so i can used in my package for overwrite that object (#111)
1 parent ab9ca96 commit ca1b256

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/BigBlueButton.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class BigBlueButton
9696
/**
9797
* @var TransportInterface
9898
*/
99-
private $transport;
99+
protected $transport;
100100

101101
/**
102102
* @param string|null $baseUrl (optional) If not given, it will be retrieved from the environment.

0 commit comments

Comments
 (0)