Completed
Pull Request — master (#16)
by ARCANEDEV
06:29
created
src/ReCaptchaBuilder.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
         return in_array(
65 65
             request()->ip(), 
66 66
             config('recaptcha.skip_ip', [])
67
-	);
67
+    );
68 68
     }
69 69
 
70 70
     /**
Please login to merge, or discard this patch.