summaryrefslogtreecommitdiff
path: root/lib/gitlab/checks/project_created.rb
diff options
context:
space:
mode:
authorTiago Botelho <tiagonbotelho@hotmail.com>2018-02-02 15:27:30 +0000
committerTiago Botelho <tiagonbotelho@hotmail.com>2018-02-05 16:12:38 +0000
commit91c12da9033805d54c32f6081103d0d139dd22b7 (patch)
treed280a30efaea0c071e1a85225242283c951ea926 /lib/gitlab/checks/project_created.rb
parentfb8fed954cf4b97f76316f8b160069f1fcf03d92 (diff)
downloadgitlab-ce-91c12da9033805d54c32f6081103d0d139dd22b7.tar.gz
Adds proposal for 26388 refactor26388-refactor-proposal
Diffstat (limited to 'lib/gitlab/checks/project_created.rb')
-rw-r--r--lib/gitlab/checks/project_created.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/checks/project_created.rb b/lib/gitlab/checks/project_created.rb
index bd1e204bc81..ac24ff13b2a 100644
--- a/lib/gitlab/checks/project_created.rb
+++ b/lib/gitlab/checks/project_created.rb
@@ -1,6 +1,6 @@
module Gitlab
module Checks
- class ProjectCreated < BaseProject
+ class ProjectCreated < PostPushMessage
PROJECT_CREATED = "project_created".freeze
def message