Browse Source

Merge pull request #8847 from abpframework/maliming-patch-1

Update comment of WithProviders method.
pull/8894/head
liangshiwei 5 years ago
committed by GitHub
parent
commit
578d7bfd38
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      framework/src/Volo.Abp.Authorization.Abstractions/Volo/Abp/Authorization/Permissions/PermissionDefinition.cs

2
framework/src/Volo.Abp.Authorization.Abstractions/Volo/Abp/Authorization/Permissions/PermissionDefinition.cs

@ -124,7 +124,7 @@ namespace Volo.Abp.Authorization.Permissions
}
/// <summary>
/// Sets a property in the <see cref="Properties"/> dictionary.
/// Set the <see cref="StateProviders"/> property.
/// This is a shortcut for nested calls on this object.
/// </summary>
public virtual PermissionDefinition WithProviders(params string[] providers)

Loading…
Cancel
Save