Hi! I created a custom user entity with ZF2 and Doctrine into /data/Entity, defined a namespace for it and extended the ZfcUser\Entity\User class, but I get this message all the time:
Warning: class_parents(): Class MyNamespace\Users does not exist and could not be loaded in
/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php on line 40
Of course, I have already changed 'user_entity_class' value in config/autoload/zfcuser.global.php, too. Are there any other steps to create a custom entity, I missed?
Hi! I created a custom user entity with ZF2 and Doctrine into /data/Entity, defined a namespace for it and extended the ZfcUser\Entity\User class, but I get this message all the time:
Warning: class_parents(): Class MyNamespace\Users does not exist and could not be loaded in /vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php on line 40
Of course, I have already changed 'user_entity_class' value in config/autoload/zfcuser.global.php, too. Are there any other steps to create a custom entity, I missed?