From 9e37a322fccf355cfc4cb49e456eea61c9f97f7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=ED=9A=A8=EC=A4=80?= Date: Wed, 4 Dec 2024 20:30:53 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EB=A6=B0=ED=8A=B8=20=ED=95=B4?= =?UTF-8?q?=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MHApplication/MHApplication/Source/App/SceneDelegate.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/MemorialHouse/MHApplication/MHApplication/Source/App/SceneDelegate.swift b/MemorialHouse/MHApplication/MHApplication/Source/App/SceneDelegate.swift index 53ea6c7..29fe0dc 100644 --- a/MemorialHouse/MHApplication/MHApplication/Source/App/SceneDelegate.swift +++ b/MemorialHouse/MHApplication/MHApplication/Source/App/SceneDelegate.swift @@ -78,6 +78,7 @@ final class SceneDelegate: UIResponder, UIWindowSceneDelegate { MHLogger.error(error.localizedDescription + #function) } } + private func registerStorageDepedency() throws { DIContainer.shared.register(CoreDataStorage.self, object: CoreDataStorage())