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