summaryrefslogtreecommitdiff
path: root/app/services
diff options
context:
space:
mode:
Diffstat (limited to 'app/services')
-rw-r--r--app/services/ci/send_pipeline_notification_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/ci/send_pipeline_notification_service.rb b/app/services/ci/send_pipeline_notification_service.rb
index cfbcad5dadf..d330fa1a73c 100644
--- a/app/services/ci/send_pipeline_notification_service.rb
+++ b/app/services/ci/send_pipeline_notification_service.rb
@@ -1,5 +1,5 @@
module Ci
- class SendPipelineNotificationService
+ class SendPipelineNotificationService < BaseService
attr_reader :pipeline
def initialize(new_pipeline)