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
This calls LifeCycleEventArgs->getEntityManager() which has been deprecated for getObjectManager() instead. Likewise, calls to getEntity() have been deprecated for getObject() as well.
The text was updated successfully, but these errors were encountered:
https://github.com/doctrine-extensions/DoctrineExtensions/blob/main/src/Mapping/Event/Adapter/ORM.php#L98
This calls LifeCycleEventArgs->getEntityManager() which has been deprecated for getObjectManager() instead. Likewise, calls to getEntity() have been deprecated for getObject() as well.
The text was updated successfully, but these errors were encountered: