Browse Source

Merge pull request #22536 from abpframework/auto-merge/rel-9-1/3592

Merge branch rel-9.2 with rel-9.1
pull/22537/head
maliming 10 months ago
committed by GitHub
parent
commit
5bb506f5d0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/framework/infrastructure/settings.md

2
docs/en/framework/infrastructure/settings.md

@ -24,6 +24,8 @@ public class EmailSettingProvider : SettingDefinitionProvider
}
````
> If you're developing a [DDD module](../architecture/domain-driven-design), you usually create this class in the `Domain` layer, of course, that's not mandatory.
ABP automatically discovers this class and registers the setting definitions.
### SettingDefinition

Loading…
Cancel
Save