mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-21 08:59:24 +01:00
oops
This commit is contained in:
@@ -48,7 +48,7 @@ internal struct EntityIdentifier: Hashable {
|
|||||||
internal init(_ type: NSManagedObject.Type) {
|
internal init(_ type: NSManagedObject.Type) {
|
||||||
|
|
||||||
self.category = .coreData
|
self.category = .coreData
|
||||||
self.interfacedClassName = String(reflecting: type)
|
self.interfacedClassName = NSStringFromClass(type)
|
||||||
}
|
}
|
||||||
|
|
||||||
internal init(_ type: CoreStoreObject.Type) {
|
internal init(_ type: CoreStoreObject.Type) {
|
||||||
|
|||||||
Reference in New Issue
Block a user