Exemplo n.º 1
0
 /**
  * 
  *
  * @param int $id
  * @return array 
  * @static 
  */
 public static function removeItemsById($id)
 {
     return \App\Werashop\Cart\SessionDrivenCart::removeItemsById($id);
 }