Skip to content

Commit

Permalink
Add missing methods to Request facade (#35201)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daanra committed Nov 13, 2020
1 parent 5f692f1 commit a5c47f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Illuminate/Support/Facades/Request.php
Expand Up @@ -83,6 +83,9 @@
* @method static mixed offsetGet(string $offset)
* @method static void offsetSet(string $offset, mixed $value)
* @method static void offsetUnset(string $offset)
* @method static array validate(array $rules, ...$params)
* @method static array validateWithBag(string $errorBag, array $rules, ...$params)
* @method static bool hasValidSignature(bool $absolute = true)
*
* @see \Illuminate\Http\Request
*/
Expand Down

0 comments on commit a5c47f6

Please sign in to comment.