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 ea5db3b commit c7be9e0Copy full SHA for c7be9e0
src/TwigComponent/src/DependencyInjection/TwigComponentExtension.php
@@ -114,15 +114,5 @@ class_exists(AbstractArgument::class) ? new AbstractArgument(sprintf('Added in %
114
if ($container->getParameter('kernel.debug') && class_exists(Stopwatch::class)) {
115
$loader->load('debug.php');
116
}
117
-
118
- $container->register('console.command.stimulus_component_debug', ComponentDebugCommand::class)
119
- ->setArguments([
120
- new Parameter('twig.default_path'),
121
- new Reference('ux.twig_component.component_factory'),
122
- new Reference('twig'),
123
- tagged_iterator('twig.component'),
124
- ])
125
- ->addTag('console.command')
126
- ;
127
128
0 commit comments