File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/Illuminate/Support/Facades Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 11
11
* @method static \Illuminate\Http\Client\Factory globalOptions(\Closure|array $options)
12
12
* @method static \GuzzleHttp\Promise\PromiseInterface response(array|string|null $body = null, int $status = 200, array $headers = [])
13
13
* @method static \Illuminate\Http\Client\ResponseSequence sequence(array $responses = [])
14
+ * @method static bool preventingStrayRequests()
14
15
* @method static \Illuminate\Http\Client\Factory allowStrayRequests()
15
16
* @method static void recordRequestResponsePair(\Illuminate\Http\Client\Request $request, \Illuminate\Http\Client\Response $response)
16
17
* @method static void assertSent(callable $callback)
Original file line number Diff line number Diff line change 8
8
* @method static string useCspNonce(string|null $nonce = null)
9
9
* @method static \Illuminate\Foundation\Vite useIntegrityKey(string|false $key)
10
10
* @method static \Illuminate\Foundation\Vite withEntryPoints(array $entryPoints)
11
+ * @method static \Illuminate\Foundation\Vite mergeEntryPoints(array $entryPoints)
11
12
* @method static \Illuminate\Foundation\Vite useManifestFilename(string $filename)
12
13
* @method static \Illuminate\Foundation\Vite createAssetPathsUsing(callable|null $resolver)
13
14
* @method static string hotFile()
You can’t perform that action at this time.
0 commit comments