diff --git a/GuardHelpers.php b/GuardHelpers.php index 2bb632ff7..291c65d46 100644 --- a/GuardHelpers.php +++ b/GuardHelpers.php @@ -41,11 +41,11 @@ public function authenticate() } /** - * Determine if the current user is already authenticated without triggering side effects. + * Determine if the guard has the current user without triggering side effects. * * @return bool */ - public function alreadyAuthenticated() + public function hasUser() { return ! is_null($this->user); }