From 1199d41127bfbcdf7cd1703301d824b1e2e9880e Mon Sep 17 00:00:00 2001 From: Saleh Hashemi <81674631+salehhashemi1992@users.noreply.github.com> Date: Wed, 8 Feb 2023 14:18:27 +0330 Subject: [PATCH] [9.x] Add notFound response helper --- http-client.md | 1 + 1 file changed, 1 insertion(+) diff --git a/http-client.md b/http-client.md index 96ef8118283..6c79a99960f 100644 --- a/http-client.md +++ b/http-client.md @@ -49,6 +49,7 @@ The `get` method returns an instance of `Illuminate\Http\Client\Response`, which $response->successful() : bool; $response->redirect(): bool; $response->failed() : bool; + $response->notFound() : bool; $response->serverError() : bool; $response->clientError() : bool; $response->header($header) : string;