fixed customer profile redirect parameter issue
This commit is contained in:
parent
d74cef3326
commit
b0726eeefc
|
|
@ -196,7 +196,7 @@ Route::group(['middleware' => ['web', 'locale', 'theme', 'currency']], function
|
|||
|
||||
//Customer Profile Edit Form Store
|
||||
Route::post('profile/edit', 'Webkul\Customer\Http\Controllers\CustomerController@update')->defaults('_config', [
|
||||
'redirect' => 'shop::customers.account.index'
|
||||
'redirect' => 'customer.profile.index'
|
||||
])->name('customer.profile.edit');
|
||||
/* Profile Routes Ends Here */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue