From d4c623c25f9cb10cab9cfe1be6aa8b547184a23f Mon Sep 17 00:00:00 2001 From: Vivek Date: Thu, 14 Oct 2021 14:24:27 +0530 Subject: [PATCH] [Updated: added enctype in form.] --- .../views/shop/customers/account/profile/edit.blade.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/profile/edit.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/profile/edit.blade.php index 97e63c47b..8f729d718 100644 --- a/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/profile/edit.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/profile/edit.blade.php @@ -16,7 +16,8 @@
+ action="{{ route('customer.profile.store') }}" + enctype="multipart/form-data">