This commit is contained in:
Suresh, Kamlesh 2021-01-15 16:35:34 -05:00
parent 2eb640e8fa
commit 96217a5ad7

View File

@ -94,7 +94,7 @@ import Foundation
}
/// Add all registry here.
public static func registerParameters() { }
open static func registerParameters() { }
/// Register Default Core Bridge Objects
public static func register<T:ClientParameterProtocol, M: ModelProtocol>(handler: T.Type, for model: M.Type) throws {