Code format
This commit is contained in:
parent
2d28ca8e68
commit
1a3b7d134f
|
|
@ -44,6 +44,7 @@ class CartService
|
|||
$product = $item->product ?? null;
|
||||
if (empty($description) || empty($product)) {
|
||||
$item->delete();
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue