mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-26 11:21:32 +01:00
Fix default encoders for top-level values
This commit is contained in:
@@ -63,7 +63,10 @@ extension DynamicObject where Self: CoreStoreObject {
|
||||
public enum RelationshipContainer<O: CoreStoreObject> {
|
||||
|
||||
// MARK: - DeleteRule
|
||||
|
||||
|
||||
/**
|
||||
These constants define what happens to relationships when an object is deleted.
|
||||
*/
|
||||
public enum DeleteRule {
|
||||
|
||||
// MARK: Public
|
||||
|
||||
Reference in New Issue
Block a user