From 5263f9dce045d08306475fa9154bd37236cf7e89 Mon Sep 17 00:00:00 2001 From: taylorotwell Date: Mon, 26 Aug 2024 12:35:22 +0000 Subject: [PATCH] Update facade docblocks --- src/Illuminate/Support/Facades/Vite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Support/Facades/Vite.php b/src/Illuminate/Support/Facades/Vite.php index faf9f058ed53..8dccfdcd54f8 100644 --- a/src/Illuminate/Support/Facades/Vite.php +++ b/src/Illuminate/Support/Facades/Vite.php @@ -16,7 +16,7 @@ * @method static \Illuminate\Foundation\Vite useScriptTagAttributes(callable|array $attributes) * @method static \Illuminate\Foundation\Vite useStyleTagAttributes(callable|array $attributes) * @method static \Illuminate\Foundation\Vite usePreloadTagAttributes(callable|array|false $attributes) - * @method static \Illuminate\Foundation\Vite prefetch(int|null $concurrency = null) + * @method static \Illuminate\Foundation\Vite prefetch(int|null $concurrency = null, string $event = 'load') * @method static \Illuminate\Foundation\Vite useWaterfallPrefetching(int|null $concurrency = null) * @method static \Illuminate\Foundation\Vite useAggressivePrefetching() * @method static \Illuminate\Foundation\Vite usePrefetchStrategy(string|null $strategy, array $config = [])