We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5aa963 commit f586a3cCopy full SHA for f586a3c
messenger.rst
@@ -2441,8 +2441,7 @@ may want to use:
2441
# in any handler will cause a rollback
2442
- doctrine_transaction
2443
2444
- # Log an error when a Doctrine transaction was opened but
2445
- # did not closed
+ # logs an error when a Doctrine transaction was opened but not closed
2446
- doctrine_open_transaction_logger
2447
2448
# or pass a different entity manager to any
@@ -2497,6 +2496,10 @@ may want to use:
2497
2496
->arguments(['custom']);
2498
};
2499
+.. versionadded:: 5.4
2500
+
2501
+ The ``doctrine_open_transaction_logger`` middleware was introduced in Symfony 5.4.
2502
2503
Other Middlewares
2504
~~~~~~~~~~~~~~~~~
2505
0 commit comments