Warning Added

This commit is contained in:
Devansh 2020-08-21 15:59:31 +05:30
parent 7815a9fae3
commit 90fa8eb1d4
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class CartController extends Controller
}
}
} catch(\Exception $e) {
session()->flash('error', __($e->getMessage()));
session()->flash('warning', __($e->getMessage()));
$product = $this->productRepository->find($id);