summaryrefslogtreecommitdiff
path: root/app/services/keys/destroy_service.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/keys/destroy_service.rb')
-rw-r--r--app/services/keys/destroy_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/keys/destroy_service.rb b/app/services/keys/destroy_service.rb
index 4552c5cf9a2..eaf5eb35f58 100644
--- a/app/services/keys/destroy_service.rb
+++ b/app/services/keys/destroy_service.rb
@@ -13,4 +13,4 @@ module Keys
end
end
-Keys::DestroyService.prepend_if_ee('EE::Keys::DestroyService')
+Keys::DestroyService.prepend_mod_with('Keys::DestroyService')