Skip to content

Commit

Permalink
Fix Meeting.php:156
Browse files Browse the repository at this point in the history
  • Loading branch information
Brullworfel committed Oct 15, 2019
1 parent 5eb6c00 commit ebc075e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.idea
vendor
composer.lock
composer.lock
*.DS_Store
._*
2 changes: 1 addition & 1 deletion src/BigBlueButton.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class BigBlueButton
* @var string
* A version string.
*/
const VERSION = '0.8.0';
const VERSION = '0.9.0';

/**
* The BigBlueButton API version.
Expand Down
2 changes: 1 addition & 1 deletion src/BigBlueButton/Member/Meeting.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class Meeting
protected $lockSettingsDisablePublicChat;
protected $lockSettingsDisableNote;
protected $lockSettingsLockedLayout;
protected $lockSettingsLockOnJoin
protected $lockSettingsLockOnJoin;
protected $lockSettingsLockOnJoinConfigurable;

protected $copyright;
Expand Down

0 comments on commit ebc075e

Please sign in to comment.