mirror of
https://github.com/flarum/core.git
synced 2025-07-25 18:51:40 +02:00
Increase avatar upload max file size
This commit is contained in:
@@ -16,7 +16,7 @@ class AvatarValidator extends AbstractValidator
|
||||
'avatar' => [
|
||||
'required',
|
||||
'image',
|
||||
'max:1024'
|
||||
'max:2048'
|
||||
]
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user