summaryrefslogtreecommitdiff
path: root/app/services/notification_recipients/builder/default.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/notification_recipients/builder/default.rb')
-rw-r--r--app/services/notification_recipients/builder/default.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/notification_recipients/builder/default.rb b/app/services/notification_recipients/builder/default.rb
index 19527ba84e6..58b0cd510c9 100644
--- a/app/services/notification_recipients/builder/default.rb
+++ b/app/services/notification_recipients/builder/default.rb
@@ -74,4 +74,4 @@ module NotificationRecipients
end
end
-NotificationRecipients::Builder::Default.prepend_if_ee('EE::NotificationRecipients::Builder::Default')
+NotificationRecipients::Builder::Default.prepend_mod_with('NotificationRecipients::Builder::Default')