This commit is contained in:
John Rommel Estropia
2017-08-16 20:21:26 +09:00
parent 3bd459bb1a
commit 9685f0aef2

View File

@@ -62,7 +62,7 @@ extension NSManagedObjectContext: FetchableSource, QueryableSource {
return object
}
return T.cs_fromRaw(object: existingRawObject)
return type(of: object).cs_fromRaw(object: existingRawObject)
}
catch {