Skip to content

Commit

Permalink
webinar email_language setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetertem committed Aug 30, 2023
1 parent a52bc25 commit c2688eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Requests/StoreWebinarSetting.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class StoreWebinarSetting extends PersistResource
"authentication_option" => "nullable|string",
"authentication_domains" => "nullable|string",
"authentication_name" => "nullable|string",
"email_language" => "nullable|string",
];

protected $relatedResource = [
Expand Down
1 change: 1 addition & 0 deletions src/Requests/UpdateWebinarSetting.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class UpdateWebinarSetting extends PersistResource
"meeting_authentication" => "nullable|boolean",
"authentication_option" => "nullable|string",
"authentication_domains" => "nullable|string",
"email_language" => "nullable|string",
];

protected $relatedResource = [
Expand Down

0 comments on commit c2688eb

Please sign in to comment.