适配游客组能使用多个储存的特性

This commit is contained in:
Wisp X
2022-03-01 11:39:51 +08:00
parent 60a7d0a87d
commit 843abacdef
25 changed files with 240 additions and 230 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class UserSettingRequest extends FormRequest
{
return [
'name' => 'required|between:2,20',
'url' => 'url',
'url' => 'nullable|url',
'password' => 'nullable|between:6,32',
'configs' => 'array',
'configs.default_album' => 'required|numeric',