From bb2db24915369cf6a4d83a11a8054b91da23cf7b Mon Sep 17 00:00:00 2001 From: Ahmed Alaa <92916738+AhmedAlaa4611@users.noreply.github.com> Date: Sat, 5 Jul 2025 16:08:27 +0300 Subject: [PATCH] Fix attach method description --- http-client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http-client.md b/http-client.md index 8235b97a7bd..690b19cb2e5 100644 --- a/http-client.md +++ b/http-client.md @@ -162,7 +162,7 @@ $response = Http::withBody( #### Multi-Part Requests -If you would like to send files as multi-part requests, you should call the `attach` method before making your request. This method accepts the name of the file and its contents. If needed, you may provide a third argument which will be considered the file's filename, while a fourth argument may be used to provide headers associated with the file: +If you would like to send files as multi-part requests, you should call the `attach` method before making your request. This method accepts the name of the field and the file contents. If needed, you may provide a third argument which will be considered the file's filename, while a fourth argument may be used to provide headers associated with the file: ```php $response = Http::attach(