@@ -60,7 +60,7 @@ discard block |
||
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 |
||
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(); |