Skip to content

Commit 6e738d8

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent b1c0b30 commit 6e738d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Support/Facades/Http.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
* @method static \Illuminate\Http\Client\Response put(string $url, array|\JsonSerializable|\Illuminate\Contracts\Support\Arrayable $data = [])
7979
* @method static \Illuminate\Http\Client\Response delete(string $url, array|\JsonSerializable|\Illuminate\Contracts\Support\Arrayable $data = [])
8080
* @method static array pool(callable $callback)
81+
* @method static \Illuminate\Http\Client\Batch batch(callable $callback)
8182
* @method static \Illuminate\Http\Client\Response send(string $method, string $url, array $options = [])
8283
* @method static \GuzzleHttp\Client buildClient()
8384
* @method static \GuzzleHttp\Client createClient(\GuzzleHttp\HandlerStack $handlerStack)

0 commit comments

Comments
 (0)