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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-03-30 15:07:40 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-30 15:07:40 +0300
commit506d6dcd7c787ba71a8a53102f3d4fdb6adcfa5e (patch)
treeb1d65f48256b1f17d6f47429a65050c5d43f420a /app/services
parent45b4df3e57c949c88107840c44ccbfaf2eabdf26 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/services')
-rw-r--r--app/services/notes/update_service.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/services/notes/update_service.rb b/app/services/notes/update_service.rb
index ed08f693901..444656348ed 100644
--- a/app/services/notes/update_service.rb
+++ b/app/services/notes/update_service.rb
@@ -81,3 +81,5 @@ module Notes
end
end
end
+
+Notes::UpdateService.prepend_if_ee('EE::Notes::UpdateService')