gif profile pics

This commit is contained in:
HolgerHatGarKeineNode
2023-02-12 21:56:37 +01:00
parent dd58588a6e
commit b54edfe504

View File

@@ -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');