Commit 8714cdf0 authored by Bob Van Landuyt's avatar Bob Van Landuyt

Merge branch 'tancnle/fix-audit-changes-root-namespace' into 'master'

Set root namespace for Audit::Changes

See merge request gitlab-org/gitlab!30713
parents f32805a7 c0b031b2
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
module ApprovalRules module ApprovalRules
module Updater module Updater
include Audit::Changes include ::Audit::Changes
def action def action
filter_eligible_users! filter_eligible_users!
......
...@@ -5,7 +5,7 @@ module EE ...@@ -5,7 +5,7 @@ module EE
module UpdateService module UpdateService
extend ::Gitlab::Utils::Override extend ::Gitlab::Utils::Override
include ::Gitlab::Utils::StrongMemoize include ::Gitlab::Utils::StrongMemoize
include Audit::Changes include ::Audit::Changes
attr_reader :group_id_for_saml attr_reader :group_id_for_saml
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment