debian-mirror-gitlab/app/services/boards/lists/destroy_service.rb

10 lines
209 B
Ruby
Raw Normal View History

2018-11-18 11:00:15 +05:30
# frozen_string_literal: true
2016-09-13 17:45:13 +05:30
module Boards
module Lists
2021-06-08 01:23:25 +05:30
# overridden in EE for board lists and also for epic board lists.
class DestroyService < Boards::Lists::BaseDestroyService
2016-09-13 17:45:13 +05:30
end
end
end