# frozen_string_literal: true module Workers module Mail class ConfirmEmail < NotifierBase end end end