Request::flashOnly PHP Method

flashOnly() public static method

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