mirror of https://github.com/sualko/cloud_bbb
Compare commits
2 Commits
e2c58cd791
...
d023ffa331
Author | SHA1 | Date |
---|---|---|
|
d023ffa331 | |
|
834e2a7800 |
|
@ -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