From 020b407043a755ddb1893a43b8c74e1fe1153a6b Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 21 Aug 2017 13:47:31 -0500 Subject: [PATCH] formatting --- src/Illuminate/Auth/SessionGuard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Auth/SessionGuard.php b/src/Illuminate/Auth/SessionGuard.php index 0626c833a45e..0eb711fa9c13 100644 --- a/src/Illuminate/Auth/SessionGuard.php +++ b/src/Illuminate/Auth/SessionGuard.php @@ -336,7 +336,7 @@ protected function basicCredentials(Request $request, $field) */ protected function failedBasicResponse() { - throw new UnauthorizedHttpException('Basic'); + throw new UnauthorizedHttpException('Invalid credentials.'); } /**