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
minor #18874 Fix Doctrine's middlewares sorting (lruozzi9)
This PR was merged into the 6.3 branch.
Discussion
----------
Fix Doctrine's middlewares sorting
If you place the `doctrine_open_transaction_logger` middleware after `doctrine_transaction` you will always get the error log because the first one is handled before the latter. So I think the order in that section should be reversed to avoid errors.
Commits
-------
478d6ae Fix Doctrine's middlewares sorting
0 commit comments