summaryrefslogtreecommitdiff
path: root/app/models/project_services/mattermost_service.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/project_services/mattermost_service.rb')
-rw-r--r--app/models/project_services/mattermost_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/project_services/mattermost_service.rb b/app/models/project_services/mattermost_service.rb
index c1055db78e5..9cff979fcf2 100644
--- a/app/models/project_services/mattermost_service.rb
+++ b/app/models/project_services/mattermost_service.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
class MattermostService < ChatNotificationService
- include ::SlackService::Notifier
+ include SlackMattermost::Notifier
def title
'Mattermost notifications'