Browse Source

Modify the access level

master
Savorboard 7 years ago
parent
commit
27b74980a6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/DotNetCore.CAP/Infrastructure/Helper.cs

+ 1
- 1
src/DotNetCore.CAP/Infrastructure/Helper.cs View File

@@ -4,7 +4,7 @@ using Newtonsoft.Json;

namespace DotNetCore.CAP.Infrastructure
{
internal static class Helper
public static class Helper
{
private static readonly DateTime Epoch = new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc);
private static JsonSerializerSettings _serializerSettings;


Loading…
Cancel
Save