mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
max:10240
This commit is contained in:
@@ -29,7 +29,7 @@ class UpdateUserProfileInformation implements UpdatesUserProfileInformation
|
||||
'nullable', 'email', 'max:255', Rule::unique('users')
|
||||
->ignore($user->id)
|
||||
],
|
||||
'photo' => ['nullable', 'mimes:jpg,jpeg,png,gif', 'max:1024'],
|
||||
'photo' => ['nullable', 'mimes:jpg,jpeg,png,gif', 'max:10240'],
|
||||
])
|
||||
->validateWithBag('updateProfileInformation');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user