Completed
Pull Request — master (#61)
by
unknown
02:03
created
src/Support/ErrorBag.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,8 +32,7 @@
 block discarded – undo
32 32
     {
33 33
         return $this->createErrorBagForMessage(
34 34
             ($statusCode == SymfonyResponse::HTTP_UNPROCESSABLE_ENTITY) ? 
35
-                config('google2fa.error_messages.wrong_otp') : 
36
-                'unknown error'
35
+                config('google2fa.error_messages.wrong_otp') : 'unknown error'
37 36
         );
38 37
     }
39 38
 }
Please login to merge, or discard this patch.