Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Aug 21, 2017
1 parent 37fb414 commit 020b407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Auth/SessionGuard.php
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ protected function basicCredentials(Request $request, $field)
*/
protected function failedBasicResponse()
{
throw new UnauthorizedHttpException('Basic');
throw new UnauthorizedHttpException('Invalid credentials.');
}

/**
Expand Down

0 comments on commit 020b407

Please sign in to comment.