Exemplo n.º 1
0
 /**
  *  Sanitize this request's input
  *
  *  @return void
  */
 public function sanitize()
 {
     $this->sanitizer = \Sanitizer::make($this->input(), $this->filters());
     $this->replace($this->sanitizer->sanitize());
 }