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