diff --git a/MVMCore/MVMCore/Models/Model/ModelRegistry.swift b/MVMCore/MVMCore/Models/Model/ModelRegistry.swift index f148119..f3fbae6 100644 --- a/MVMCore/MVMCore/Models/Model/ModelRegistry.swift +++ b/MVMCore/MVMCore/Models/Model/ModelRegistry.swift @@ -164,6 +164,7 @@ public struct ModelRegistry { // MARK: - Functions //-------------------------------------------------- + ///This returns a handler type. public static func getHandler(_ model: ModelProtocol) throws -> ModelHandlerProtocol.Type { return try getHandlerType(for: type(of: model)) }