1
0
mirror of https://github.com/v2board/v2board.git synced 2025-04-28 20:34:39 +08:00

fix: tutorial apple id not null

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

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