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/deploy_keys/create_service.rb')
-rw-r--r--app/services/deploy_keys/create_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/deploy_keys/create_service.rb b/app/services/deploy_keys/create_service.rb
index 2dac94c7ade..3245e749164 100644
--- a/app/services/deploy_keys/create_service.rb
+++ b/app/services/deploy_keys/create_service.rb
@@ -8,4 +8,4 @@ module DeployKeys
end
end
-DeployKeys::CreateService.prepend_if_ee('::EE::DeployKeys::CreateService')
+DeployKeys::CreateService.prepend_mod_with('DeployKeys::CreateService')