mirror of
https://github.com/flarum/framework.git
synced 2025-02-02 11:59:47 +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…
Reference in New Issue
Block a user