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:
Diffstat (limited to 'app/services/work_items/create_service.rb')
-rw-r--r--app/services/work_items/create_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/work_items/create_service.rb b/app/services/work_items/create_service.rb
index 87cc690d666..c89ebc75b80 100644
--- a/app/services/work_items/create_service.rb
+++ b/app/services/work_items/create_service.rb
@@ -4,7 +4,7 @@ module WorkItems
class CreateService < Issues::CreateService
include WidgetableService
- def initialize(project:, current_user: nil, params: {}, spam_params:, widget_params: {})
+ def initialize(project:, spam_params:, current_user: nil, params: {}, widget_params: {})
super(
project: project,
current_user: current_user,