Skip to content

Commit

Permalink
[LiveComponent] remove final
Browse files Browse the repository at this point in the history
  • Loading branch information
jannes-io committed Dec 22, 2023
1 parent 524ac5a commit 3a26668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LiveComponent/src/Attribute/AsLiveComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @experimental
*/
#[\Attribute(\Attribute::TARGET_CLASS)]
final class AsLiveComponent extends AsTwigComponent
class AsLiveComponent extends AsTwigComponent
{
public function __construct(
string $name = null,
Expand Down

0 comments on commit 3a26668

Please sign in to comment.