Request::flashExcept PHP Method

flashExcept() public static method

Flash only some of the input to the session.
public static flashExcept ( array | mixed $keys ) : void
$keys array | mixed
return void
        public static function flashExcept($keys)
        {
            \Illuminate\Http\Request::flashExcept($keys);
        }