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 6d2a0d0 commit 8a98908Copy full SHA for 8a98908
src/Illuminate/Support/Facades/Request.php
@@ -185,6 +185,9 @@
185
* @method static array validate(array $rules, ...$params)
186
* @method static array validateWithBag(string $errorBag, array $rules, ...$params)
187
* @method static bool hasValidSignature(bool $absolute = true)
188
+ * @method static bool hasValidRelativeSignature()
189
+ * @method static bool hasValidSignatureWhileIgnoring($ignoreQuery = [], $absolute = true)
190
+ * @method static bool hasValidRelativeSignatureWhileIgnoring($ignoreQuery = [])
191
*
192
* @see \Illuminate\Http\Request
193
*/
0 commit comments