Example #1
0
 /**
  * Sanitize value
  *
  * @return mixed
  */
 protected function sanitize()
 {
     return trim(parent::sanitize());
 }