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
In #1635, some subscribers were deprecated in favor listeners. This leaves deprecations like:
Since doctrine/doctrine-bundle 2.9: The "doctrine.orm.messenger.doctrine_schema_subscriber" service is deprecated. You should stop using it, as it will be removed in the future
What I can't figure out is what to do. Is there a way to... opt "into" the new listener service so that the susbcriber service is not used? Or am I missing the point?