mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-04-17 14:39:42 +02:00
fix wrong optional configuration in Field.Virtual
This commit is contained in:
@@ -325,7 +325,7 @@ extension FieldContainer.Virtual where V: FieldOptionalType {
|
|||||||
|
|
||||||
self.init(
|
self.init(
|
||||||
keyPath: keyPath,
|
keyPath: keyPath,
|
||||||
isOptional: false,
|
isOptional: true,
|
||||||
customGetter: customGetter,
|
customGetter: customGetter,
|
||||||
customSetter: customSetter,
|
customSetter: customSetter,
|
||||||
affectedByKeyPaths: affectedByKeyPaths
|
affectedByKeyPaths: affectedByKeyPaths
|
||||||
|
|||||||
Reference in New Issue
Block a user