Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function clear(Cart $cart)
 {
     $this->cartManager->removeCart($cart);
 }