summaryrefslogtreecommitdiff
path: root/app/services/boards/lists/create_service.rb
blob: 3ee0b6d88211c2a87e7b54b0d76fe824f5a76488 (plain)
1
2
3
4
5
6
7
8
9
10
# 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')