7 lines
328 B
Ruby
7 lines
328 B
Ruby
# frozen_string_literal: true
|
|
|
|
# TODO: https://gitlab.com/groups/gitlab-org/-/epics/7054
|
|
# This file is a part of the Consolidate Group and Project member management epic,
|
|
# and will be developed further as we progress through that epic.
|
|
class ProjectNamespaceMember < ProjectMember # rubocop:disable Gitlab/NamespacedClass
|
|
end
|