diff --git a/src/Illuminate/Support/Facades/Vite.php b/src/Illuminate/Support/Facades/Vite.php index 3e9e0299d3c9..faf9f058ed53 100644 --- a/src/Illuminate/Support/Facades/Vite.php +++ b/src/Illuminate/Support/Facades/Vite.php @@ -16,6 +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 useWaterfallPrefetching(int|null $concurrency = null) * @method static \Illuminate\Foundation\Vite useAggressivePrefetching() * @method static \Illuminate\Foundation\Vite usePrefetchStrategy(string|null $strategy, array $config = [])