Skip to content

Commit c7be9e0

Browse files
committed
Fix double config
1 parent ea5db3b commit c7be9e0

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/TwigComponent/src/DependencyInjection/TwigComponentExtension.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,5 @@ class_exists(AbstractArgument::class) ? new AbstractArgument(sprintf('Added in %
114114
if ($container->getParameter('kernel.debug') && class_exists(Stopwatch::class)) {
115115
$loader->load('debug.php');
116116
}
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-
;
127117
}
128118
}

0 commit comments

Comments
 (0)