Skip to content

Commit

Permalink
Merge pull request #28802 from cybercog/add/gate-facade-methods-hints
Browse files Browse the repository at this point in the history
[5.8] Add Gate Facade methods hints
  • Loading branch information
taylorotwell authored Jun 11, 2019
2 parents 4fb409c + 3b35c36 commit d328708
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Support/Facades/Gate.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* @method static bool check(iterable|string $abilities, array|mixed $arguments = [])
* @method static bool any(iterable|string $abilities, array|mixed $arguments = [])
* @method static \Illuminate\Auth\Access\Response authorize(string $ability, array|mixed $arguments = [])
* @method static mixed raw(string $ability, array|mixed $arguments = [])
* @method static mixed getPolicyFor(object|string $class)
* @method static \Illuminate\Contracts\Auth\Access\Gate forUser(\Illuminate\Contracts\Auth\Authenticatable|mixed $user)
* @method static array abilities()
Expand Down

0 comments on commit d328708

Please sign in to comment.