From fb0506e6b77eaaba59bcab011cf01d5c1d57e5ee Mon Sep 17 00:00:00 2001 From: KoCoder Date: Thu, 12 Feb 2026 22:02:20 +0100 Subject: [PATCH] Report: Add note saving Support --- Interfaces/IReportingHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Interfaces/IReportingHandler.cs b/Interfaces/IReportingHandler.cs index 0dca792..5676d85 100644 --- a/Interfaces/IReportingHandler.cs +++ b/Interfaces/IReportingHandler.cs @@ -2,5 +2,5 @@ public interface IReportingHandler { - public void Report(IReportable reportable); + public void Report(IReportable reportable, string note); } \ No newline at end of file