Skip to content

Commit

Permalink
Changed mailer.data_collector to use mailer.message_logger_listener
Browse files Browse the repository at this point in the history
  • Loading branch information
vudaltsov committed Jul 31, 2020
1 parent bfc859c commit dadb3fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
$container->services()
->set('mailer.data_collector', MessageDataCollector::class)
->args([
service('mailer.logger_message_listener'),
service('mailer.message_logger_listener'),
])
->tag('data_collector', [
'template' => '@WebProfiler/Collector/mailer.html.twig',
Expand Down

0 comments on commit dadb3fb

Please sign in to comment.