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/event_create_service.rb')
-rw-r--r--app/services/event_create_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/event_create_service.rb b/app/services/event_create_service.rb
index 85658598afc..01a40fc6473 100644
--- a/app/services/event_create_service.rb
+++ b/app/services/event_create_service.rb
@@ -222,4 +222,4 @@ class EventCreateService
end
end
-EventCreateService.prepend_if_ee('EE::EventCreateService')
+EventCreateService.prepend_mod_with('EventCreateService')