Wishlist add flash message issue fixed
This commit is contained in:
parent
0d24c7f379
commit
9498348ac1
|
|
@ -92,6 +92,8 @@ class WishlistController extends Controller
|
|||
if (! $wishlist) {
|
||||
$wishlist = $this->wishlistRepository->create($data);
|
||||
|
||||
session()->flash('success', trans('customer::app.wishlist.success'));
|
||||
|
||||
return redirect()->back();
|
||||
} else {
|
||||
$this->wishlistRepository->findOneWhere([
|
||||
|
|
|
|||
Loading…
Reference in New Issue