rentpost / doctrine-multi-tenancy

Extension for Doctrine 2 providing advanced multi-tenancy support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove reflection for accessing EntityManager

oojacoboo opened this issue · comments

Currently we're having to use reflection to access the EntityManager since it is a private property and there isn't an accessible getter either. There is currently an approved pull request targeting version 3.

doctrine/orm#7979

After version 3 has been released, this plugin can be updated to access this object properly.