Browse Source

Merge pull request #10637 from abpframework/auto-merge/rel-4-4/630

Merge branch rel-5.0 with rel-4.4
pull/10638/head
maliming 4 years ago
committed by GitHub
parent
commit
da9ec1c4d3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/Modules/Setting-Management.md

2
docs/en/Modules/Setting-Management.md

@ -88,7 +88,7 @@ Setting Management module is extensible, just like the [setting system](../Setti
If you want to create your own provider, implement the `ISettingManagementProvider` interface or inherit from the `SettingManagementProvider` base class:
````csharp
public class CustomSettingProvider : SettingManagementProvider
public class CustomSettingProvider : SettingManagementProvider, ITransientDependency
{
public override string Name => "Custom";

Loading…
Cancel
Save