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
doctrine/orm#9875 deprecates retrieving entity managers and instead only allows retrieving object managers with no promise that they are entity managers.
UploadableBaseEventArgs should follow suit and at least add a getObjectManager() method to be in-line with the orm changes.
The text was updated successfully, but these errors were encountered:
doctrine/orm#9875 deprecates retrieving entity managers and instead only allows retrieving object managers with no promise that they are entity managers.
UploadableBaseEventArgs should follow suit and at least add a getObjectManager() method to be in-line with the orm changes.
The text was updated successfully, but these errors were encountered: