Completed
Pull Request — master (#61)
by
unknown
02:44
created
src/Support/ErrorBag.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
      */
31 31
     protected function getErrorBagForStatusCode($statusCode)
32 32
     {
33
-        if($statusCode == SymfonyResponse::HTTP_UNPROCESSABLE_ENTITY) {
33
+        if ($statusCode == SymfonyResponse::HTTP_UNPROCESSABLE_ENTITY) {
34 34
             return $this->createErrorBagForMessage(
35 35
                 config('google2fa.error_messages.wrong_otp')
36 36
             );
Please login to merge, or discard this patch.