gitlab-org--gitlab-foss/app/services/boards/lists/create_service.rb

11 lines
216 B
Ruby

# frozen_string_literal: true
module Boards
module Lists
class CreateService < Boards::Lists::BaseCreateService
end
end
end
Boards::Lists::CreateService.prepend_mod_with('Boards::Lists::CreateService')