feature: customer service system

This commit is contained in:
tokumeikoi
2021-03-25 18:26:22 +09:00
parent 488eafdd67
commit b740998760
9 changed files with 16 additions and 8 deletions

View File

@ -87,6 +87,8 @@ class ConfigSave extends FormRequest
'frontend_theme_color' => 'in:default,darkblue,black',
'frontend_background_url' => 'nullable|url',
'frontend_admin_path' => '',
'frontend_customer_service_method' => '',
'frontend_customer_service_id' => '',
// tutorial
'apple_id' => 'nullable|email',
'apple_id_password' => '',