Browse Source

Merge pull request #22534 from abpframework/maliming-patch-ddd

Update settings.md
pull/22536/head
Engincan VESKE 10 months ago
committed by GitHub
parent
commit
9422e5b8a9
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