From 95e0c7c08f9043efa380fbc76d7ab5922c0dff38 Mon Sep 17 00:00:00 2001 From: Tetiana Blindaruk Date: Mon, 17 Sep 2018 03:43:15 +0300 Subject: [PATCH] [5.7] Changed description for `authenticate` method (#25649) * [5.7] Changed description for `authenticate` method - Changed description for authenticate method, since check method has the same description. * Update GuardHelpers.php --- GuardHelpers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GuardHelpers.php b/GuardHelpers.php index 7c41f4d6a..8bfa77a0e 100644 --- a/GuardHelpers.php +++ b/GuardHelpers.php @@ -25,7 +25,7 @@ trait GuardHelpers protected $provider; /** - * Determine if the current user is authenticated. + * Determine if current user is authenticated. If not, throw an exception. * * @return \Illuminate\Contracts\Auth\Authenticatable *