9 lines
189 B
Ruby
9 lines
189 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Mutations
|
|
module ContainerRepositories
|
|
class DestroyBase < Mutations::BaseMutation
|
|
include ::Mutations::PackageEventable
|
|
end
|
|
end
|
|
end
|