示例#1
0
 /**
  * @param Product $product
  */
 public function categorise(Product $product)
 {
     $product->taxable(false);
 }