mirror of https://github.com/sualko/cloud_bbb
Compare commits
1 Commits
9f4e7bbf44
...
1d0eb6d5f8
Author | SHA1 | Date |
---|---|---|
|
1d0eb6d5f8 |
|
@ -34,8 +34,8 @@ class Restriction extends Entity implements JsonSerializable {
|
||||||
$this->addType('allowRecording', 'boolean');
|
$this->addType('allowRecording', 'boolean');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setGroupName(?string $groupName) {
|
public function setGroupName(string $groupName) {
|
||||||
$this->groupName = $groupName ?? '';
|
$this->groupName = $groupName;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function jsonSerialize(): array {
|
public function jsonSerialize(): array {
|
||||||
|
|
Loading…
Reference in New Issue