# frozen_string_literal: true

module Gitlab
  class UploadsTransfer < ProjectTransfer
    def root_dir
      FileUploader.root
    end
  end
end