Skip to content

Commit

Permalink
Logout Current Device hint (#35997)
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdankharchenko authored Jan 22, 2021
1 parent ea868f1 commit 49b0d52
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 @@ -24,6 +24,7 @@
* @method static int|string|null id()
* @method static void login(\Illuminate\Contracts\Auth\Authenticatable $user, bool $remember = false)
* @method static void logout()
* @method static void logoutCurrentDevice()
* @method static void setUser(\Illuminate\Contracts\Auth\Authenticatable $user)
* @method static void shouldUse(string $name);
*
Expand Down

0 comments on commit 49b0d52

Please sign in to comment.