Exemplo n.º 1
0
 /**
  * check if an item exists by item ID
  *
  * @param $itemId
  * @return bool 
  * @static 
  */
 public static function has($itemId)
 {
     return \Darryldecode\Cart\Cart::has($itemId);
 }