Skip to content

Commit

Permalink
Fixed docs on descriptor attributes. (#6018)
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaFouad committed Apr 4, 2023
1 parent 05469b0 commit 92a52eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ It is super simple to create custom descriptor attributes and package complex fu
public class SomeMiddlewareAttribute
: ObjectFieldDescriptorAttribute
{
public override void OnConfigure(
protected override void OnConfigure(
IDescriptorContext context,
IObjectFieldDescriptor descriptor,
MemberInfo member)
Expand Down

0 comments on commit 92a52eb

Please sign in to comment.