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 15337d7 commit 7ebc0f2Copy full SHA for 7ebc0f2
src/LiveComponent/tests/Fixture/Kernel.php
@@ -76,7 +76,7 @@ protected function configureContainer(ContainerBuilder $c, LoaderInterface $load
76
$componentB->addTag('twig.component', ['key' => 'component2', 'live' => true, 'default_action' => 'defaultAction'])->addTag('controller.service_arguments');
77
$componentC->addTag('twig.component', ['key' => 'component3', 'live' => true])->addTag('controller.service_arguments');
78
$componentF->addTag('twig.component', ['key' => 'component6', 'live' => true])->addTag('controller.service_arguments');
79
- $componentF->addTag('twig.component', ['key' => 'with_attributes', 'live' => true])->addTag('controller.service_arguments');
+ $withAttributes->addTag('twig.component', ['key' => 'with_attributes', 'live' => true])->addTag('controller.service_arguments');
80
}
81
82
$sessionConfig = self::VERSION_ID < 50300 ? ['storage_id' => 'session.storage.mock_file'] : ['storage_factory_id' => 'session.storage.factory.mock_file'];
0 commit comments