Beispiel #1
0
 /**
  * Destroy/empty the cart
  *
  * @return void
  */
 public function destroy()
 {
     $this->store->destroy();
 }