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
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.
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.
The text was updated successfully, but these errors were encountered: