Ejemplo n.º 1
0
 /**
  * Flash an array of input to the session.
  *
  * @param  mixed  string
  * @return \Nova\Http\RedirectResponse
  */
 public function exceptInput()
 {
     return $this->withInput($this->request->except(func_get_args()));
 }