mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-02-25 00:55:09 +01:00
support transformable values
This commit is contained in:
@@ -81,7 +81,7 @@ public extension MigrationMappingProvider {
|
||||
|
||||
public final class UnsafeMigrationProxyObject {
|
||||
|
||||
public subscript(kvcKey: KeyPath) -> CoreDataNativeType? {
|
||||
public subscript(kvcKey: KeyPath) -> Any? {
|
||||
|
||||
get {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user