Skip to content

Commit c07fd0c

Browse files
jschaedlfabpot
authored andcommitted
[Notifier][WebProfilerBundle][FrameworkBundle] Add notifier section to profiler
1 parent b210d23 commit c07fd0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/config/notifier_debug.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717
$container->services()
1818
->set('notifier.data_collector', NotificationDataCollector::class)
1919
->args([service('notifier.logger_notification_listener')])
20+
->tag('data_collector', ['template' => '@WebProfiler/Collector/notifier.html.twig', 'id' => 'notifier'])
2021
;
2122
};

0 commit comments

Comments
 (0)