mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-09-10 03:41:47 +02:00
Rename DynamicObjectID -> PersistentID
This commit is contained in:
@@ -38,7 +38,7 @@ public nonisolated protocol DynamicObject: AnyObject, SendableMetatype {
|
||||
/**
|
||||
The object ID for this instance
|
||||
*/
|
||||
typealias ObjectID = DynamicObjectID<Self>
|
||||
typealias ObjectID = PersistentID<Self>
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user