ZF-Commons / ZfcUserDoctrineORM

Doctrine2 ORM storage adapter for ZfcUser.
BSD 3-Clause "New" or "Revised" License
89 stars 92 forks source link

Doctrine\ORM\EntityManager is Deprecated #91

Closed claytondaley closed 9 years ago

claytondaley commented 9 years ago

Per DoctrineORMModule "An alias has been set to reference Doctrine\ORM\EntityManager to help with BC but it is deprecated and will be removed in the future. The new service name is doctrine.entitymanager.orm_default."

This project currently uses the old reference.

Danielss89 commented 9 years ago

Thx, fixed in #92