Skip to content

Commit 6441ead

Browse files
authored
Add the resource method to the http client docs (#9812)
1 parent 9bbce53 commit 6441ead

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

http-client.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ The `get` method returns an instance of `Illuminate\Http\Client\Response`, which
3838
$response->json($key = null, $default = null) : mixed;
3939
$response->object() : object;
4040
$response->collect($key = null) : Illuminate\Support\Collection;
41+
$response->resource() : resource;
4142
$response->status() : int;
4243
$response->successful() : bool;
4344
$response->redirect(): bool;

0 commit comments

Comments
 (0)