mirror of
https://github.com/C9Glax/tranga.git
synced 2025-07-04 18:04:16 +02:00
ToString overrides
This commit is contained in:
@ -79,4 +79,6 @@ public class NotificationConnector(string name, string url, Dictionary<string, s
|
||||
return sb.ToString();
|
||||
}
|
||||
}
|
||||
|
||||
public override string ToString() => $"{GetType().Name} {Name}";
|
||||
}
|
Reference in New Issue
Block a user