mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-29 13:51:48 +02:00
This commit is contained in:
@@ -62,7 +62,7 @@ extension NSManagedObjectContext: FetchableSource, QueryableSource {
|
|||||||
|
|
||||||
return object
|
return object
|
||||||
}
|
}
|
||||||
return T.cs_fromRaw(object: existingRawObject)
|
return type(of: object).cs_fromRaw(object: existingRawObject)
|
||||||
}
|
}
|
||||||
catch {
|
catch {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user