Remove setter from WebhookEvent (#15106)
Co-authored-by: Zeegaan <nge@umbraco.dk>
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
|
||||
public interface IWebhookEvent
|
||||
{
|
||||
string EventName { get; set; }
|
||||
string EventName { get; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user