Ejemplo n.º 1
0
 protected function _sanitizePrice($string)
 {
     return Sanitizer::create($string)->ensure_integer()->run();
 }