예제 #1
0
파일: Product.php 프로젝트: zangee3/avs
 public function nbCartItem()
 {
     return CartItem::where("product_id", $this->id)->count();
 }