Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/authentication_event.rb')
-rw-r--r--app/models/authentication_event.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/authentication_event.rb b/app/models/authentication_event.rb
index a70ebb42008..e9fe49f980d 100644
--- a/app/models/authentication_event.rb
+++ b/app/models/authentication_event.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-class AuthenticationEvent < ApplicationRecord
+class AuthenticationEvent < MainClusterwide::ApplicationRecord
include UsageStatistics
TWO_FACTOR = 'two-factor'