fix: tutorial apple id not null

This commit is contained in:
Tokumeikoi 2020-09-08 17:14:23 +08:00
parent c97451276a
commit 2402a59b57

View File

@ -81,7 +81,7 @@ class ConfigSave extends FormRequest
'frontend_background_url' => 'nullable|url', 'frontend_background_url' => 'nullable|url',
'frontend_admin_path' => '', 'frontend_admin_path' => '',
// tutorial // tutorial
'apple_id' => 'email', 'apple_id' => 'nullable|email',
'apple_id_password' => '', 'apple_id_password' => '',
// email // email
'email_template' => '', 'email_template' => '',