Skip to content

Commit

Permalink
Add hasUser to Auth facade. (#39881)
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Dec 3, 2021
1 parent 77b0c4e commit d4972ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Support/Facades/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* @method static \Illuminate\Contracts\Auth\UserProvider|null createUserProvider(string $provider = null)
* @method static \Symfony\Component\HttpFoundation\Response|null onceBasic(string $field = 'email',array $extraConditions = [])
* @method static bool attempt(array $credentials = [], bool $remember = false)
* @method static bool hasUser()
* @method static bool check()
* @method static bool guest()
* @method static bool once(array $credentials = [])
Expand Down

0 comments on commit d4972ca

Please sign in to comment.