Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Dec 7, 2022
1 parent 89b1e12 commit 9a0c98d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions GuardHelpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,15 @@ public function setUser(AuthenticatableContract $user)
}

/**
* Forget the user.
* Forget the current user.
*
* @return void
* @return $this
*/
public function forgetUser()
{
$this->user = null;

return $this;
}

/**
Expand Down

0 comments on commit 9a0c98d

Please sign in to comment.