Skip to content

Commit 00fb7c5

Browse files
Guitecore23
authored andcommitted
Update UPGRADE-4.0.md for namespace changes
Updated the upgrade documentation to reflect changes in namespace for Doctrine mapped super classes.
1 parent a8d1df3 commit 00fb7c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UPGRADE-4.0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ UPGRADE FROM 3.x to 4.0
44
## Remove MongoDB support
55

66
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

Comments
 (0)