File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -1379,11 +1379,6 @@ may want to use:
1379
1379
# or pass a different entity manager to any
1380
1380
# - doctrine_transaction: ['custom']
1381
1381
1382
- # After handling, the clear() method is executed in the
1383
- # entity manager, which reduces the memory consumption and
1384
- # avoids side-effects related to unrefreshed entities
1385
- - doctrine_clear_entity_manager
1386
-
1387
1382
.. code-block :: xml
1388
1383
1389
1384
<!-- config/packages/messenger.xml -->
@@ -1409,8 +1404,6 @@ may want to use:
1409
1404
<framework:argument>custom</framework:argument>
1410
1405
</framework:middleware>
1411
1406
-->
1412
-
1413
- <framework : middleware id =" doctrine_clear_entity_manager" />
1414
1407
</framework : bus >
1415
1408
</framework : messenger >
1416
1409
</framework : config >
@@ -1429,7 +1422,6 @@ may want to use:
1429
1422
'doctrine_close_connection',
1430
1423
// Using another entity manager
1431
1424
['id' => 'doctrine_transaction', 'arguments' => ['custom']],
1432
- 'doctrine_clear_entity_manager',
1433
1425
],
1434
1426
],
1435
1427
],
You can’t perform that action at this time.
0 commit comments