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.
2 parents 4965c10 + bb5c254 commit e355281Copy full SHA for e355281
src/Support/ErrorBag.php
@@ -38,7 +38,8 @@ protected function getErrorBagForStatusCode($statusCode)
38
return $this->createErrorBagForMessage(
39
trans(
40
config(
41
- array_key_exists($statusCode, $errorMap) ? $errorMap[$statusCode] : 'google2fa.error_messages.unknown'
+ array_key_exists($statusCode, $errorMap) ? $errorMap[$statusCode] : 'google2fa.error_messages.unknown',
42
+ 'google2fa.error_messages.unknown'
43
)
44
45
);
0 commit comments