We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0c3fd commit 1f5608eCopy full SHA for 1f5608e
src/JsonApiDotNetCore/Models/AttrAttribute.cs
@@ -33,7 +33,7 @@ public AttrAttribute(string publicName, bool isImmutable = false, bool isFiltera
33
IsSortable = isSortable;
34
}
35
36
- internal AttrAttribute(string publicName, string internalName, bool isImmutable = false)
+ public AttrAttribute(string publicName, string internalName, bool isImmutable = false)
37
{
38
PublicAttributeName = publicName;
39
InternalAttributeName = internalName;
0 commit comments