FriendsOfSymfony / FOSMessageBundle

User-to-user messaging bundle for Symfony
356 stars 183 forks source link

Fix Thread XML configuration and fix XML field property #354

Open VincentGossey opened 4 years ago

VincentGossey commented 4 years ago

According to MongoDB ODM 2.x, fieldName attribute has been renamed to field-name. This has been fixed. The File ThreadMetadata.mongodb.xml had an incorrect mapping. This has been fixed.