mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-04-18 14:59:44 +02:00
Deprecation of legacy ValueContainer and RelationshipContainer properties in favor of @Field propertyWrapper counterpart
This commit is contained in:
@@ -131,10 +131,4 @@ public struct Into<O: DynamicObject>: Hashable {
|
||||
self.configuration = configuration
|
||||
self.inferStoreIfPossible = inferStoreIfPossible
|
||||
}
|
||||
|
||||
|
||||
// MARK: Deprecated
|
||||
|
||||
@available(*, deprecated, renamed: "O")
|
||||
public typealias D = O
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user