Esempio n. 1
0
 /**
  * @param $sku
  */
 public function remove($sku)
 {
     $product = $this->pick($sku);
     $this->products->remove($sku);
 }