Exemple #1
0
 public function nbCartItem()
 {
     return CartItem::where("product_id", $this->id)->count();
 }