mirror of
https://github.com/humhub/humhub.git
synced 2025-02-24 11:14:00 +01:00
Update UploadProfileImage.php
This commit is contained in:
parent
12de158d11
commit
417df64888
@ -36,7 +36,7 @@ class UploadProfileImage extends Model
|
||||
{
|
||||
return [
|
||||
['image', 'required'],
|
||||
['image', 'file', 'extensions' => 'jpg, jpeg, png, tiff', 'maxSize' => 3 * 1024 * 1024],
|
||||
['image', 'file', 'extensions' => 'jpg, jpeg, png, tiff'],
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user