Browse Source

Merge pull request #15705 from abpframework/liangshiwei/patch

Update WithProviders comment
pull/15717/head
maliming 3 years ago
committed by GitHub
parent
commit
bc0d3f34e1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      framework/src/Volo.Abp.Features/Volo/Abp/Features/FeatureDefinition.cs

2
framework/src/Volo.Abp.Features/Volo/Abp/Features/FeatureDefinition.cs

@ -124,7 +124,7 @@ public class FeatureDefinition : ICanCreateChildFeature
}
/// <summary>
/// Sets a property in the <see cref="Properties"/> dictionary.
/// Adds one or more providers to the <see cref="AllowedProviders"/> list.
/// This is a shortcut for nested calls on this object.
/// </summary>
public virtual FeatureDefinition WithProviders(params string[] providers)

Loading…
Cancel
Save