mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-20 08:34:23 +01:00
swift 3.1 support
This commit is contained in:
@@ -123,7 +123,7 @@ internal extension NSManagedObjectModel {
|
||||
&PropertyKeys.currentModelVersion,
|
||||
inObject: self
|
||||
)
|
||||
return value as? String
|
||||
return value as String?
|
||||
}
|
||||
set {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user