mirror of
https://github.com/v2board/v2board.git
synced 2025-02-25 14:50:26 +08:00
fix
This commit is contained in:
parent
620ed8e04c
commit
c8cb1f8e83
@ -16,8 +16,8 @@ class ConfigSave extends FormRequest
|
|||||||
'email_verify' => 'in:0,1',
|
'email_verify' => 'in:0,1',
|
||||||
'app_name' => '',
|
'app_name' => '',
|
||||||
'app_description' => '',
|
'app_description' => '',
|
||||||
'app_url' => 'url',
|
'app_url' => 'nullable|url',
|
||||||
'subscribe_url' => 'url',
|
'subscribe_url' => 'nullable|url',
|
||||||
'try_out_enable' => 'in:0,1',
|
'try_out_enable' => 'in:0,1',
|
||||||
'try_out_plan_id' => 'integer',
|
'try_out_plan_id' => 'integer',
|
||||||
'try_out_hour' => 'numeric',
|
'try_out_hour' => 'numeric',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user