mirror of
https://github.com/InsanusMokrassar/PsychomatrixBase.git
synced 2025-09-15 13:19:37 +00:00
make UIDIImpl to be open
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
Reference in New Issue
Block a user