Skip to content

Commit 9285ebd

Browse files
Update http-client.md (#10572)
1 parent 79431f2 commit 9285ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The HTTP client also allows you to construct request URLs using the [URI templat
8787
Http::withUrlParameters([
8888
'endpoint' => 'https://laravel.com',
8989
'page' => 'docs',
90-
'version' => '11.x',
90+
'version' => '12.x',
9191
'topic' => 'validation',
9292
])->get('{+endpoint}/{page}/{version}/{topic}');
9393
```

0 commit comments

Comments
 (0)