Skip to content

Commit

Permalink
Fix double config
Browse files Browse the repository at this point in the history
  • Loading branch information
smnandre committed Oct 3, 2023
1 parent eb0ee82 commit eff381f
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,5 @@ class_exists(AbstractArgument::class) ? new AbstractArgument(sprintf('Added in %
if ($container->getParameter('kernel.debug') && class_exists(Stopwatch::class)) {
$loader->load('debug.php');
}

$container->register('console.command.stimulus_component_debug', ComponentDebugCommand::class)
->setArguments([
new Parameter('twig.default_path'),
new Reference('ux.twig_component.component_factory'),
new Reference('twig'),
tagged_iterator('twig.component'),
])
->addTag('console.command')
;
}
}

0 comments on commit eff381f

Please sign in to comment.