We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 342f177 commit ceef334Copy full SHA for ceef334
src/Symfony/Bundle/WebProfilerBundle/Resources/config/toolbar.php
@@ -24,7 +24,7 @@
24
service('router')->ignoreOnInvalid(),
25
abstract_arg('paths that should be excluded from the AJAX requests shown in the toolbar'),
26
service('web_profiler.csp.handler'),
27
- service('data_collector.dump'),
+ service('data_collector.dump')->ignoreOnInvalid(),
28
])
29
->tag('kernel.event_subscriber')
30
;
0 commit comments