Example #1
0
 /**
  * Update the cart
  *
  * @param  CartCollection  $cart The new cart content
  * @return void
  */
 protected function updateCart($cart)
 {
     return $this->session->setContent($cart);
 }