We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca8c64 commit d3515fcCopy full SHA for d3515fc
1 file changed
src/LogExpert.Core/Classes/Persister/Persister.cs
@@ -12,7 +12,7 @@
12
namespace LogExpert.Core.Classes.Persister;
13
14
//TODO Rewrite as json Persister, xml is outdated and difficult to parse and write
15
-public class Persister
+public static class Persister
16
{
17
#region Fields
18
0 commit comments