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 080f5b4 commit a1aae78Copy full SHA for a1aae78
src/Illuminate/Support/Facades/Request.php
@@ -65,6 +65,8 @@
65
* @method static string normalizeQueryString(string|null $qs)
66
* @method static void enableHttpMethodParameterOverride()
67
* @method static bool getHttpMethodParameterOverride()
68
+ * @method static void setAllowedHttpMethodOverride(array|null $methods)
69
+ * @method static array|null getAllowedHttpMethodOverride()
70
* @method static bool hasPreviousSession()
71
* @method static void setSession(\Symfony\Component\HttpFoundation\Session\SessionInterface $session)
72
* @method static array getClientIps()
0 commit comments