Skip to content

Commit 80a43ac

Browse files
[9.x] Add notFound response helper (#8524)
1 parent f39a7f5 commit 80a43ac

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
@@ -49,6 +49,7 @@ The `get` method returns an instance of `Illuminate\Http\Client\Response`, which
4949
$response->successful() : bool;
5050
$response->redirect(): bool;
5151
$response->failed() : bool;
52+
$response->notFound() : bool;
5253
$response->serverError() : bool;
5354
$response->clientError() : bool;
5455
$response->header($header) : string;

0 commit comments

Comments
 (0)