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