Skip to content

Commit 9c74f02

Browse files
committed
n/a
1 parent 2fa5568 commit 9c74f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Endpoint/Meetings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public function listRegistrants(string $meetingId, array $query = []) {
101101
* @param array $data
102102
* @return array|mixed
103103
*/
104-
public function addRegistrant(string $meetingId, array $data = []) {
104+
public function addRegistrant(string $meetingId, $data = []) {
105105
return $this->post("meetings/{$meetingId}/registrants", $data);
106106
}
107107

0 commit comments

Comments
 (0)