Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2018-08-28 11:13:37 +0300
committerSean McGivern <sean@gitlab.com>2018-09-03 12:33:48 +0300
commitb07ca92f2e86075d9363e5706a812e4a11bf7cda (patch)
tree59c4e74c393c52c1727a3e3bb33452d4a5df1c73
parent55465747aa99f5d1cce13f66af731bf453ac3113 (diff)
Remove requires from email handlers
-rw-r--r--lib/gitlab/email/handler.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/gitlab/email/handler.rb b/lib/gitlab/email/handler.rb
index 60d788d8237..cebedb19dcc 100644
--- a/lib/gitlab/email/handler.rb
+++ b/lib/gitlab/email/handler.rb
@@ -1,10 +1,5 @@
# frozen_string_literal: true
-require 'gitlab/email/handler/create_merge_request_handler'
-require 'gitlab/email/handler/create_note_handler'
-require 'gitlab/email/handler/create_issue_handler'
-require 'gitlab/email/handler/unsubscribe_handler'
-
module Gitlab
module Email
module Handler