Skip to content

Commit 3326c6b

Browse files
kbondmaxhelias
andauthored
Update src/TwigComponent/src/DependencyInjection/TwigComponentExtension.php
Co-authored-by: Maxime Helias <[email protected]>
1 parent 7e293fe commit 3326c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TwigComponent/src/DependencyInjection/TwigComponentExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ final class TwigComponentExtension extends Extension
3838
public function load(array $configs, ContainerBuilder $container): void
3939
{
4040
if (!isset($container->getParameter('kernel.bundles')['TwigBundle'])) {
41-
throw new LogicException('symfony/ux-twig-component requires symfony/twig-bundle. Install with composer require symfony/twig-bundle.');
41+
throw new LogicException('The TwigBundle is not registered in your application. Try running "composer require symfony/twig-bundle".');
4242
}
4343

4444
$container->registerAttributeForAutoconfiguration(

0 commit comments

Comments
 (0)