Completed
Push — master ( 620f01...b7a431 )
by Antonio Carlos
02:08 queued 11s
created
src/Support/ErrorBag.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
         return $this->createErrorBagForMessage(
38 38
             trans(
39 39
                 config(
40
-                    array_key_exists($statusCode, $errorMap) ? $errorMap[$statusCode] : 'google2fa.error_messages.unknown'
40
+                    array_key_exists($statusCode, $errorMap) ? $errorMap[ $statusCode ] : 'google2fa.error_messages.unknown'
41 41
                 )
42 42
             )
43 43
         );
Please login to merge, or discard this patch.