mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-17 23:13:52 +01:00
added ObjectSnapshot as foundation for datasources API
This commit is contained in:
@@ -47,7 +47,7 @@ public final class InferredSchemaMappingProvider: Hashable, SchemaMappingProvide
|
||||
|
||||
public func hash(into hasher: inout Hasher) {
|
||||
|
||||
hasher.combine(ObjectIdentifier(type(of: self)))
|
||||
hasher.combine(ObjectIdentifier(Self.self))
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user