diff options
Diffstat (limited to 'app/models/notification_setting.rb')
-rw-r--r-- | app/models/notification_setting.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/notification_setting.rb b/app/models/notification_setting.rb index 3d049336d44..4323f89865a 100644 --- a/app/models/notification_setting.rb +++ b/app/models/notification_setting.rb @@ -118,4 +118,4 @@ class NotificationSetting < ApplicationRecord end end -NotificationSetting.prepend_if_ee('EE::NotificationSetting') +NotificationSetting.prepend_mod_with('NotificationSetting') |