コード例 #1
0
ファイル: Product.php プロジェクト: zangee3/avs
 public function nbCartItem()
 {
     return CartItem::where("product_id", $this->id)->count();
 }