Skip to content

Commit 6e166bd

Browse files
committed
publicizes DeepCloneHelper
1 parent 1f2e46a commit 6e166bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Core/Models/DeepCloneHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
namespace Umbraco.Core.Models
77
{
8-
internal static class DeepCloneHelper
8+
public static class DeepCloneHelper
99
{
1010
/// <summary>
1111
/// Used to deep clone any reference properties on the object (should be done after a MemberwiseClone for which the outcome is 'output')

0 commit comments

Comments
 (0)