Retrospring/app/models/notification/service_token_expired.rb

5 lines
90 B
Ruby
Raw Normal View History

# frozen_string_literal: true
class Notification::ServiceTokenExpired < Notification
end