Passed
Pull Request — master (#79)
by
unknown
03:09
created
app/Http/Controllers/Auth/RegisterController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
         if (!config('settings.reCaptchStatus')) {
60 60
             $data['captcha'] = true;
61 61
         }
62
-        else{
62
+        else {
63 63
             $data['captcha'] = $this->captchaCheck();
64 64
         }
65 65
 
Please login to merge, or discard this patch.