File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Illuminate/Support/Facades Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 7979 * @method static \Illuminate\Http\Client\Response|\GuzzleHttp\Promise\PromiseInterface delete(string $url, array|\JsonSerializable|\Illuminate\Contracts\Support\Arrayable $data = [])
8080 * @method static array pool(callable $callback, int|null $concurrency = null)
8181 * @method static \Illuminate\Http\Client\Batch batch(callable $callback)
82- * @method static \Illuminate\Http\Client\Response send(string $method, string $url, array $options = [])
82+ * @method static \Illuminate\Http\Client\Response|\Illuminate\Http\Client\Promises\LazyPromise send(string $method, string $url, array $options = [])
8383 * @method static \GuzzleHttp\Client buildClient()
8484 * @method static \GuzzleHttp\Client createClient(\GuzzleHttp\HandlerStack $handlerStack)
8585 * @method static \GuzzleHttp\HandlerStack buildHandlerStack()
You can’t perform that action at this time.
0 commit comments