We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e1c39 commit 577f6fdCopy full SHA for 577f6fd
1 file changed
Common/RealmConfiguration.swift
@@ -32,7 +32,8 @@ let kRealmDefaultConfiguration = {
32
default:
33
break
34
}
35
- }
+ },
36
+ objectTypes: [Message.self]
37
)
38
return config
39
}()
0 commit comments