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 6565 * @method static \Illuminate\Http\Client\PendingRequest withMiddleware(callable $middleware)
6666 * @method static \Illuminate\Http\Client\PendingRequest withRequestMiddleware(callable $middleware)
6767 * @method static \Illuminate\Http\Client\PendingRequest withResponseMiddleware(callable $middleware)
68+ * @method static \Illuminate\Http\Client\PendingRequest withAttributes(array $attributes)
6869 * @method static \Illuminate\Http\Client\PendingRequest beforeSending(callable $callback)
6970 * @method static \Illuminate\Http\Client\PendingRequest throw(callable|null $callback = null)
7071 * @method static \Illuminate\Http\Client\PendingRequest throwIf(callable|bool $condition)
You can’t perform that action at this time.
0 commit comments