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 038471e commit 4cab692Copy full SHA for 4cab692
Resources/config/services.php
@@ -50,7 +50,7 @@
50
service('debug.stopwatch')->ignoreOnInvalid(),
51
service('debug.file_link_formatter')->ignoreOnInvalid(),
52
param('kernel.charset'),
53
- service('request_stack'),
+ service('.virtual_request_stack'),
54
null, // var_dumper.cli_dumper or var_dumper.server_connection when debug.dump_destination is set
55
])
56
->tag('data_collector', [
0 commit comments