removed flash message

This commit is contained in:
sanjeev 2022-11-25 09:53:40 +05:30
parent 3be901147d
commit fde0b0d432
1 changed files with 0 additions and 2 deletions

View File

@ -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'));
}
}