From f595e40f2ff5114c0de17f5078350e438ce39e4e Mon Sep 17 00:00:00 2001 From: Kevin G Christiano Date: Tue, 30 Mar 2021 16:56:10 -0400 Subject: [PATCH] contact action. --- MVMCore/MVMCore/Models/ModelMapping.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MVMCore/MVMCore/Models/ModelMapping.swift b/MVMCore/MVMCore/Models/ModelMapping.swift index f13e3e8..b1bdd71 100644 --- a/MVMCore/MVMCore/Models/ModelMapping.swift +++ b/MVMCore/MVMCore/Models/ModelMapping.swift @@ -22,5 +22,7 @@ try? ModelRegistry.register(ActionNoopModel.self) try? ModelRegistry.register(ActionActionsModel.self) try? ModelRegistry.register(ActionOpenSMSModel.self) + try? ModelRegistry.register(ActionMakeContactModel.self) } } +