mirror of
https://github.com/flarum/framework.git
synced 2025-03-06 18:21:46 +08:00
Increase avatar upload max file size
This commit is contained in:
parent
8888fb2586
commit
4037fb566c
@ -16,7 +16,7 @@ class AvatarValidator extends AbstractValidator
|
||||
'avatar' => [
|
||||
'required',
|
||||
'image',
|
||||
'max:1024'
|
||||
'max:2048'
|
||||
]
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user