Completed
Push — master ( 7c4c7f...146a43 )
by Jeremy
04:57
created
app/Http/Controllers/Auth/RegisterController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
     {
61 61
         $data['captcha'] = $this->captchaCheck();
62 62
 
63
-        if (! config('settings.reCaptchStatus')) {
63
+        if (!config('settings.reCaptchStatus')) {
64 64
             $data['captcha'] = true;
65 65
         }
66 66
 
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
         $user->attachRole($role);
126 126
         $this->initiateEmailActivation($user);
127 127
 
128
-        if (! config('settings.activation')) {
128
+        if (!config('settings.activation')) {
129 129
             $profile = new Profile();
130 130
             $user->profile()->save($profile);
131 131
             $user->save();
Please login to merge, or discard this patch.