summaryrefslogtreecommitdiff
path: root/app/services/quick_actions/interpret_service.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/quick_actions/interpret_service.rb')
-rw-r--r--app/services/quick_actions/interpret_service.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/services/quick_actions/interpret_service.rb b/app/services/quick_actions/interpret_service.rb
index e0924608a6d..a14e0515a1f 100644
--- a/app/services/quick_actions/interpret_service.rb
+++ b/app/services/quick_actions/interpret_service.rb
@@ -177,3 +177,5 @@ module QuickActions
# rubocop: enable CodeReuse/ActiveRecord
end
end
+
+QuickActions::InterpretService.prepend_if_ee('EE::QuickActions::InterpretService')