Skip to content

Commit e69b8b1

Browse files
committed
bug #37705 [Mailer] Added the missing reset tag to mailer.logger_message_listener (vudaltsov)
This PR was merged into the 4.4 branch. Discussion ---------- [Mailer] Added the missing reset tag to mailer.logger_message_listener | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | no | License | MIT | Doc PR | Commits ------- 4e089b4 Added the missing reset tag to mailer.logger_message_listener
2 parents de1fb0a + 4e089b4 commit e69b8b1

File tree

1 file changed

+1
-0
lines changed
  • src/Symfony/Bundle/FrameworkBundle/Resources/config

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/config/mailer.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141

4242
<service id="mailer.logger_message_listener" class="Symfony\Component\Mailer\EventListener\MessageLoggerListener">
4343
<tag name="kernel.event_subscriber"/>
44+
<tag name="kernel.reset" method="reset" />
4445
</service>
4546
</services>
4647
</container>

0 commit comments

Comments
 (0)