Skip to content

Commit 2007ab0

Browse files
Add kernel.reset tag to metadata_factory
1 parent 4384c7d commit 2007ab0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/LiveComponent/src/DependencyInjection/LiveComponentExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ function (ChildDefinition $definition, AsLiveComponent $attribute) {
184184
new Reference('ux.twig_component.component_factory'),
185185
new Reference('property_info'),
186186
])
187+
->addTag('kernel.reset', ['method' => 'reset'])
187188
;
188189

189190
$container->register(ComponentValidator::class)

0 commit comments

Comments
 (0)