From 2194e56f2f48a36e0452ceb75f7e861c691e30c3 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Tue, 4 Sep 2018 11:22:29 +0800 Subject: [PATCH] make UIDIImpl to be open --- .../PsychomatrixBase/di/realisations/UIDIImpl.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/com/github/insanusmokrassar/PsychomatrixBase/di/realisations/UIDIImpl.kt b/src/main/kotlin/com/github/insanusmokrassar/PsychomatrixBase/di/realisations/UIDIImpl.kt index 9817d83..b0c9a4c 100644 --- a/src/main/kotlin/com/github/insanusmokrassar/PsychomatrixBase/di/realisations/UIDIImpl.kt +++ b/src/main/kotlin/com/github/insanusmokrassar/PsychomatrixBase/di/realisations/UIDIImpl.kt @@ -3,7 +3,7 @@ package com.github.insanusmokrassar.PsychomatrixBase.di.realisations import com.github.insanusmokrassar.PsychomatrixBase.di.PresentationLayerDI import com.github.insanusmokrassar.PsychomatrixBase.di.UIDI -class UIDIImpl( +open class UIDIImpl( presentationLayerDI: PresentationLayerDI ) : UIDI, PresentationLayerDI by presentationLayerDI {