Skip to content

Commit 3515380

Browse files
committed
minor #125 [LiveComponent] Fix diff code block (ker0x)
This PR was merged into the main branch. Discussion ---------- [LiveComponent] Fix diff code block | Q | A | ------------- | --- | Bug fix | no | New feature | no | Tickets | none | License | MIT Minor fix on a diff code block Commits ------- e2cc977 [LiveComponent] Fix diff code block
2 parents 004b969 + e2cc977 commit 3515380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ and add the `DefaultActionTrait`:
144144
+use Symfony\UX\LiveComponent\DefaultActionTrait;
145145

146146
-#[AsTwigComponent('random_number')]
147-
-#[AsLiveComponent('random_number')]
147+
+#[AsLiveComponent('random_number')]
148148
class RandomNumberComponent
149149
{
150150
+ use DefaultActionTrait;

0 commit comments

Comments
 (0)