/**
  * Flash an array of input to the session.
  *
  * @param  mixed  string
  * @return $this
  */
 public function onlyInput()
 {
     return $this->withInput($this->request->only(func_get_args()));
 }