Skip to content

Commit

Permalink
Add missing "kernel.reset" tag on BacktraceDebugDataHolder service
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx authored and ostrolucky committed Jul 17, 2023
1 parent f9d59c9 commit e2909e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Resources/config/middlewares.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
</service>
<service id="doctrine.debug_data_holder" class="Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder">
<argument type="collection" />
<tag name="kernel.reset" method="reset" />
</service>
<service id="doctrine.dbal.debug_middleware" class="Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware" abstract="true">
<argument type="service" id="doctrine.debug_data_holder" />
Expand Down

0 comments on commit e2909e9

Please sign in to comment.