Doesn't need BaseService, feedback:

https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6019/diffs#note_15336294
This commit is contained in:
Lin Jen-Shin 2016-09-15 00:01:26 +08:00
parent 9d92d41ff9
commit e0dbd81642
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
module Ci
class SendPipelineNotificationService < BaseService
class SendPipelineNotificationService
attr_reader :pipeline
def initialize(new_pipeline)