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
Right now developer can pass only null or string to em option which makes using EntityManager created at runtime impossible. Reason is that normalizer tries to get EntityManager from Registry where services are passed at construct time and can't be added later.