summaryrefslogtreecommitdiff
path: root/app/services
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-09-15 00:03:10 +0800
committerLin Jen-Shin <godfat@godfat.org>2016-10-17 07:25:20 +0000
commit55f2e6ab21d4e23675fd3b1e9f5e0a5d59ea3976 (patch)
treec2ce67d499c6d68c6ac204d84a3859a65ccab8ba /app/services
parentaafd42c49d516d301d72a4f43d7e56d7bf168d80 (diff)
downloadgitlab-ce-55f2e6ab21d4e23675fd3b1e9f5e0a5d59ea3976.tar.gz
We're using BaseService
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)