Use qualified name for services in generate default lists service

parent a8b1ad25
......@@ -15,7 +15,7 @@ module Boards
def create_list(params)
label = find_or_create_label(params)
CreateService.new(project, user, label_id: label.id).execute
Lists::CreateService.new(project, user, label_id: label.id).execute
end
def find_or_create_label(params)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment