瀏覽代碼

Modify the access level

master
Savorboard 7 年之前
父節點
當前提交
27b74980a6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/DotNetCore.CAP/Infrastructure/Helper.cs

+ 1
- 1
src/DotNetCore.CAP/Infrastructure/Helper.cs 查看文件

@@ -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…
取消
儲存