mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 14:06:04 +01:00
5 lines
76 B
Ruby
5 lines
76 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
class Relationships::Mute < Relationship
|
||
|
end
|