Skip to content

Commit 273b41a

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 0245430 commit 273b41a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Illuminate/Support/Facades/Vite.php

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
* @method static \Illuminate\Foundation\Vite useScriptTagAttributes(callable|array $attributes)
1717
* @method static \Illuminate\Foundation\Vite useStyleTagAttributes(callable|array $attributes)
1818
* @method static \Illuminate\Foundation\Vite usePreloadTagAttributes(callable|array|false $attributes)
19+
* @method static \Illuminate\Foundation\Vite useWaterfallPrefetching(int|null $concurrency = null)
20+
* @method static \Illuminate\Foundation\Vite useAggressivePrefetching()
21+
* @method static \Illuminate\Foundation\Vite usePrefetchStrategy(string|null $strategy, array $config = [])
1922
* @method static \Illuminate\Support\HtmlString|void reactRefresh()
2023
* @method static string asset(string $asset, string|null $buildDirectory = null)
2124
* @method static string content(string $asset, string|null $buildDirectory = null)

0 commit comments

Comments
 (0)