Exemplo n.º 1
0
 /**
  * 
  *
  * @return float 
  * @static 
  */
 public static function getTotalCost()
 {
     return \App\Werashop\Cart\SessionDrivenCart::getTotalCost();
 }