mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 13:56:06 +01:00
5 lines
186 B
Ruby
5 lines
186 B
Ruby
# frozen_string_literal: true
|
|
|
|
# NOTE: `target` is not really used for this notification, but it should be of type `User::DataExport`
|
|
class Notification::DataExported < Notification
|
|
end
|