wishlist not showing if removed all items from last page
This commit is contained in:
parent
d28d1a693b
commit
af47d0a0f3
|
|
@ -193,7 +193,7 @@ class WishlistController extends Controller
|
|||
|
||||
session()->flash('success', trans('customer::app.wishlist.removed'));
|
||||
|
||||
return redirect()->back();
|
||||
return redirect()->route('customer.wishlist.index');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue