@@ -133,7 +133,7 @@ |
||
133 | 133 | public function validate($validator) |
134 | 134 | { |
135 | 135 | $recaptchaResponse = Controller::curr()->getRequest()->requestVar('g-recaptcha-response'); |
136 | - $response = json_decode((string)$this->siteVerify($recaptchaResponse), true); |
|
136 | + $response = json_decode((string) $this->siteVerify($recaptchaResponse), true); |
|
137 | 137 | |
138 | 138 | return $this->verify($response, $validator); |
139 | 139 | } |