File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1384,11 +1384,6 @@ may want to use:
1384
1384
buses :
1385
1385
command_bus :
1386
1386
middleware :
1387
- # wraps all handlers in a single Doctrine transaction
1388
- # handlers do not need to call flush() and an error
1389
- # in any handler will cause a rollback
1390
- - doctrine_transaction
1391
-
1392
1387
# each time a message is handled, the Doctrine connection
1393
1388
# is "pinged" and reconnected if it's closed. Useful
1394
1389
# if your workers run for a long time and the database
@@ -1400,6 +1395,11 @@ may want to use:
1400
1395
# instead of keeping them open forever
1401
1396
- doctrine_close_connection
1402
1397
1398
+ # wraps all handlers in a single Doctrine transaction
1399
+ # handlers do not need to call flush() and an error
1400
+ # in any handler will cause a rollback
1401
+ - doctrine_transaction
1402
+
1403
1403
# or pass a different entity manager to any
1404
1404
# - doctrine_transaction: ['custom']
1405
1405
You can’t perform that action at this time.
0 commit comments