We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660c071 commit ac29865Copy full SHA for ac29865
src/Auth/Auth.php
@@ -110,7 +110,7 @@ protected function throwUnauthorizedException(array $exceptionStack)
110
$exception = array_shift($exceptionStack);
111
112
if ($exception === null) {
113
- $exception = new UnauthorizedHttpException(null, 'Failed to authenticate because of bad credentials or an invalid authorization header.');
+ $exception = new UnauthorizedHttpException('dingo', 'Failed to authenticate because of bad credentials or an invalid authorization header.');
114
}
115
116
throw $exception;
0 commit comments