Skip to content

Commit 99f9086

Browse files
authored
Fix parameter order (#10609)
1 parent 0a19df6 commit 99f9086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prompts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,8 +858,8 @@ The `spin` function displays a spinner along with an optional message while exec
858858
use function Laravel\Prompts\spin;
859859

860860
$response = spin(
861-
message: 'Fetching response...',
862861
callback: fn () => Http::get('http://example.com')
862+
message: 'Fetching response...',
863863
);
864864
```
865865

0 commit comments

Comments
 (0)