优化 会员页面;
This commit is contained in:
@@ -27,6 +27,8 @@ class UpdateVipPresenceSettingsRequest extends FormRequest
|
||||
return [
|
||||
'custom_join_message' => ['nullable', 'string', 'max:255'],
|
||||
'custom_leave_message' => ['nullable', 'string', 'max:255'],
|
||||
'custom_join_effect' => ['nullable', 'string', 'max:30'],
|
||||
'custom_leave_effect' => ['nullable', 'string', 'max:30'],
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user