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 bda4494 commit 2926e21Copy full SHA for 2926e21
src/Illuminate/Support/Facades/Request.php
@@ -144,7 +144,7 @@
144
* @method static array keys()
145
* @method static array all(mixed $keys = null)
146
* @method static mixed input(string|null $key = null, mixed $default = null)
147
- * @method static \Illuminate\Support\Fluent fluent(array|string|null $key = null)
+ * @method static \Illuminate\Support\Fluent fluent(array|string|null $key = null, array $default = [])
148
* @method static string|array|null query(string|null $key = null, string|array|null $default = null)
149
* @method static string|array|null post(string|null $key = null, string|array|null $default = null)
150
* @method static bool hasCookie(string $key)
0 commit comments