We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685627d commit eb930f5Copy full SHA for eb930f5
src/Illuminate/Support/Facades/URL.php
@@ -8,6 +8,7 @@
8
* @method static string previous(mixed $fallback = false)
9
* @method static string previousPath(mixed $fallback = false)
10
* @method static string to(string $path, mixed $extra = [], bool|null $secure = null)
11
+ * @method static string query(string $path, array $query = [], mixed $extra = [], bool|null $secure = null)
12
* @method static string secure(string $path, array $parameters = [])
13
* @method static string asset(string $path, bool|null $secure = null)
14
* @method static string secureAsset(string $path)
0 commit comments