made mapping modell providers public

This commit is contained in:
John Rommel Estropia
2017-06-02 02:03:41 +09:00
parent 1ddbe20c86
commit 55292a84dc
6 changed files with 6 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ import Foundation
/**
A `SchemaMappingProvider` that accepts custom mappings for some entities. Mappings of entities with no `CustomMapping` provided will be automatically calculated if possible.
*/
open class CustomSchemaMappingProvider: Hashable, SchemaMappingProvider {
public class CustomSchemaMappingProvider: Hashable, SchemaMappingProvider {
/**
The source model version for the mapping.