From b7e6ad7fbba6e524b01de55baddc69b2295cd34e Mon Sep 17 00:00:00 2001 From: Jonathan Goode Date: Tue, 2 Feb 2021 13:42:30 +0000 Subject: [PATCH] Add missing articles (#36122) --- GuardHelpers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GuardHelpers.php b/GuardHelpers.php index 4d5328c6b..aa9ebf9ec 100644 --- a/GuardHelpers.php +++ b/GuardHelpers.php @@ -25,7 +25,7 @@ trait GuardHelpers protected $provider; /** - * Determine if current user is authenticated. If not, throw an exception. + * Determine if the current user is authenticated. If not, throw an exception. * * @return \Illuminate\Contracts\Auth\Authenticatable *