Skip to content

Commit

Permalink
Make DecoratedType public
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebrantley committed Mar 3, 2023
1 parent 4819548 commit c6b8e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Scrutor/DecoratedType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace Scrutor;

internal class DecoratedType : Type
public class DecoratedType : Type
{
public DecoratedType(Type type) => ProxiedType = type;
private Type ProxiedType { get; }
Expand Down

0 comments on commit c6b8e8e

Please sign in to comment.