Skip to content

Commit 2f79098

Browse files
committed
Custom action support
1 parent c80c440 commit 2f79098

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Turbo/src/Helper/TurboStream.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public static function refresh(?string $requestId = null): string
8787
}
8888

8989
/**
90-
* Custom Action
90+
* Custom Action.
9191
*
9292
* @param array<string> $attr
9393
*/

src/Turbo/src/TurboStreamResponse.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ public function refresh(?string $requestId = null): static
107107

108108
/**
109109
* @param array<string> $attr
110+
*
110111
* @return $this
111112
*/
112113
public function custom(string $action, string $target, string $html, array $attr = []): static

0 commit comments

Comments
 (0)