File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
src/Illuminate/Support/Facades Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 78
78
* @method static \Illuminate\Http\Client\Response put(string $url, array|\JsonSerializable|\Illuminate\Contracts\Support\Arrayable $data = [])
79
79
* @method static \Illuminate\Http\Client\Response delete(string $url, array|\JsonSerializable|\Illuminate\Contracts\Support\Arrayable $data = [])
80
80
* @method static array pool(callable $callback)
81
+ * @method static \Illuminate\Http\Client\Batch batch(callable $callback)
81
82
* @method static \Illuminate\Http\Client\Response send(string $method, string $url, array $options = [])
82
83
* @method static \GuzzleHttp\Client buildClient()
83
84
* @method static \GuzzleHttp\Client createClient(\GuzzleHttp\HandlerStack $handlerStack)
You can’t perform that action at this time.
0 commit comments