Skip to content

Commit

Permalink
Update src/Symfony/Bundle/FrameworkBundle/Resources/config/console_de…
Browse files Browse the repository at this point in the history
…bug.php

Co-authored-by: Nicolas Grekas <nicolas.grekas@gmail.com>
  • Loading branch information
smnandre and nicolas-grekas committed Oct 21, 2023
1 parent f9a35b6 commit 3e1b08d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,6 +16,6 @@
return static function (ContainerConfigurator $container) {
$container->services()
->set('.data_collector.command', CommandDataCollector::class)
->tag('data_collector', ['template' => '@WebProfiler/Collector/command.html.twig', 'id' => 'command', 'priority' => 335])
->tag('data_collector', ['template' => '@WebProfiler/Collector/command.html.twig', 'id' => 'command', 'priority' => 335])
;
};

0 comments on commit 3e1b08d

Please sign in to comment.