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 @@ -1376,11 +1376,6 @@ may want to use:
1376
1376
buses :
1377
1377
command_bus :
1378
1378
middleware :
1379
- # wraps all handlers in a single Doctrine transaction
1380
- # handlers do not need to call flush() and an error
1381
- # in any handler will cause a rollback
1382
- - doctrine_transaction
1383
-
1384
1379
# each time a message is handled, the Doctrine connection
1385
1380
# is "pinged" and reconnected if it's closed. Useful
1386
1381
# if your workers run for a long time and the database
@@ -1392,6 +1387,11 @@ may want to use:
1392
1387
# instead of keeping them open forever
1393
1388
- doctrine_close_connection
1394
1389
1390
+ # wraps all handlers in a single Doctrine transaction
1391
+ # handlers do not need to call flush() and an error
1392
+ # in any handler will cause a rollback
1393
+ - doctrine_transaction
1394
+
1395
1395
# or pass a different entity manager to any
1396
1396
# - doctrine_transaction: ['custom']
1397
1397
You can’t perform that action at this time.
0 commit comments