You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADE-4.0.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,3 +4,7 @@ UPGRADE FROM 3.x to 4.0
4
4
## Remove MongoDB support
5
5
6
6
MongoDB is not supported by this bundle anymore. All classes related to `doctrine/mongodb-odm` were removed.
7
+
8
+
## Updated namespace for Doctrine mapped super classes.
9
+
10
+
Your entities should now extend `Nucleos\UserBundle\Entity\BaseGroup` and `Nucleos\UserBundle\Entity\BaseUser` instead of `Nucleos\UserBundle\Model\Group` and `Nucleos\UserBundle\Model\User`.
0 commit comments