removed flash message
This commit is contained in:
parent
3be901147d
commit
fde0b0d432
|
|
@ -48,8 +48,6 @@ class ProductsCategoriesProxyController extends Controller
|
|||
$customer = auth()->guard('customer')->user();
|
||||
|
||||
return view($this->_config['product_view'], compact('product', 'customer'));
|
||||
} else {
|
||||
session()->flash('warning', trans('shop::app.common.product-individual-view-inactive'));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue