diff --git a/src/LiveComponent/src/Attribute/AsLiveComponent.php b/src/LiveComponent/src/Attribute/AsLiveComponent.php index ebbee14f6fe..d52c21abebd 100644 --- a/src/LiveComponent/src/Attribute/AsLiveComponent.php +++ b/src/LiveComponent/src/Attribute/AsLiveComponent.php @@ -19,7 +19,7 @@ * @experimental */ #[\Attribute(\Attribute::TARGET_CLASS)] -final class AsLiveComponent extends AsTwigComponent +class AsLiveComponent extends AsTwigComponent { public function __construct( string $name = null,