# frozen_string_literal: true

class ProtectedBranch::MergeAccessLevel < ApplicationRecord
  include ProtectedBranchAccess
end