This commit is contained in:
Suresh, Kamlesh 2021-03-11 15:27:53 -05:00
parent 6b37f85ac3
commit 529bf5d447

View File

@ -26,7 +26,7 @@ import Foundation
open func registerParameters() { }
/// Register Default Core Client Paramter Objects
public func register<T:ClientParameterProtocol, M: ModelProtocol>(handler: T.Type, for model: M.Type) throws {
public func register<T:ClientParameterProtocol, M: ModelProtocol>(handler: T.Type, for model: M.Type) throws {
try ModelRegistry.register(model)
register(handler)
}