Skip to content

Commit e80e14c

Browse files
therajanmauryaRajan Mauryaclaude
authored
fix(core/database): detekt MatchingDeclarationName on ChargeTypeConvertersInstalled (#162)
Co-authored-by: Rajan Maurya <therajanmaurya@Rajans-MacBook-Pro.local> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d85caea commit e80e14c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/database/src/commonMain/kotlin/org/mifos/core/database/di/DatabaseModule.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import template.core.base.security.FieldEncryptor
2424
* encryptor cannot be passed in by constructor — it's injected post-construction through
2525
* the [ChargeTypeConverters.install] static method.
2626
*/
27-
internal object ChargeTypeConvertersInstalled
27+
private object ChargeTypeConvertersInstalled
2828

2929
/**
3030
* Koin module that provides the [AppDatabase] instance and all DAO singletons.

0 commit comments

Comments
 (0)