Skip to content

Commit

Permalink
fix: make options public
Browse files Browse the repository at this point in the history
  • Loading branch information
dedo1911 committed Jun 27, 2024
1 parent ade1af7 commit 4f09ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Models/Options/LogFlakeOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace NLogFlake.Models.Options;

internal sealed class LogFlakeOptions
public sealed class LogFlakeOptions
{
public const string SectionName = "LogFlake";

Expand Down

0 comments on commit 4f09ade

Please sign in to comment.