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/services/notes/destroy_service.rb')
-rw-r--r--app/services/notes/destroy_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/notes/destroy_service.rb b/app/services/notes/destroy_service.rb
index 85f54a39add..c25b1ab0379 100644
--- a/app/services/notes/destroy_service.rb
+++ b/app/services/notes/destroy_service.rb
@@ -24,4 +24,4 @@ module Notes
end
end
-Notes::DestroyService.prepend_if_ee('EE::Notes::DestroyService')
+Notes::DestroyService.prepend_mod_with('Notes::DestroyService')