Skip to content

Commit 3e1b08d

Browse files
Update src/Symfony/Bundle/FrameworkBundle/Resources/config/console_debug.php
Co-authored-by: Nicolas Grekas <nicolas.grekas@gmail.com>
1 parent f9a35b6 commit 3e1b08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/config/console_debug.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
return static function (ContainerConfigurator $container) {
1717
$container->services()
1818
->set('.data_collector.command', CommandDataCollector::class)
19-
->tag('data_collector', ['template' => '@WebProfiler/Collector/command.html.twig', 'id' => 'command', 'priority' => 335])
19+
->tag('data_collector', ['template' => '@WebProfiler/Collector/command.html.twig', 'id' => 'command', 'priority' => 335])
2020
;
2121
};

0 commit comments

Comments
 (0)