From 3a26668cee24862a9e995f3ead38038dfb0f2df2 Mon Sep 17 00:00:00 2001 From: jannes Date: Fri, 22 Dec 2023 15:14:26 +0100 Subject: [PATCH] [LiveComponent] remove final --- src/LiveComponent/src/Attribute/AsLiveComponent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,