8 lines
120 B
Ruby
8 lines
120 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Workers
|
|
module Mail
|
|
class ContactsBirthday < NotifierBase
|
|
end
|
|
end
|
|
end
|