mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-22 01:19:16 +01:00
add missing predicate operator overloads
This commit is contained in:
@@ -43,7 +43,7 @@ extension FieldContainer {
|
||||
@Field.Virtual("pluralName", customGetter: Animal.pluralName(_:))
|
||||
var pluralName: String = ""
|
||||
|
||||
@Field.PlistCoded("color")
|
||||
@Field.Coded("color", coder: FieldCoders.Plist.self)
|
||||
var color: UIColor?
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user