From c2688ebfab6c7375624f53f8b977a589742ef6ec Mon Sep 17 00:00:00 2001 From: Ahmet Ertem Date: Wed, 30 Aug 2023 13:19:41 +0300 Subject: [PATCH] webinar email_language setting --- src/Requests/StoreWebinarSetting.php | 1 + src/Requests/UpdateWebinarSetting.php | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Requests/StoreWebinarSetting.php b/src/Requests/StoreWebinarSetting.php index f7b755c..ac38336 100644 --- a/src/Requests/StoreWebinarSetting.php +++ b/src/Requests/StoreWebinarSetting.php @@ -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 = [ diff --git a/src/Requests/UpdateWebinarSetting.php b/src/Requests/UpdateWebinarSetting.php index 3cfc0fe..c47f853 100644 --- a/src/Requests/UpdateWebinarSetting.php +++ b/src/Requests/UpdateWebinarSetting.php @@ -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 = [