Skip to content

Commit ac7a15d

Browse files
committed
Merge branch 'master' into feat/simplification-hooks
2 parents 85cd5c7 + 19d7586 commit ac7a15d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/JsonApiDotNetCore/Hooks/Execution/AffectedResourceDiff.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections;
33
using System.Collections.Generic;
44
using System.Linq;
@@ -57,7 +57,7 @@ private HashSet<TEntity> ThrowNoDbValuesError()
5757

5858
public class ResourceDiffPair<TEntity> where TEntity : class, IIdentifiable
5959
{
60-
internal ResourceDiffPair(TEntity entity, TEntity databaseValue)
60+
public ResourceDiffPair(TEntity entity, TEntity databaseValue)
6161
{
6262
Entity = entity;
6363
DatabaseValue = databaseValue;

0 commit comments

Comments
 (0)