diff --git a/GuardHelpers.php b/GuardHelpers.php index 3410ad21..ee98e8ac 100644 --- a/GuardHelpers.php +++ b/GuardHelpers.php @@ -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; } /**