Skip to content

Commit 9f8cc8f

Browse files
authored
Update README.md
1 parent 9ee6ac6 commit 9f8cc8f

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ You can also directly use registered service by calling the following method.
133133
- verifyResponse() which accepts the token value from your form. This return Google reCAPTCHA Response object.
134134

135135
``` php
136-
GoogleReCaptchaV3::setAction($action)->verifyResponse($value)
136+
GoogleReCaptchaV3::setAction($action)->verifyResponse($value);
137137
```
138138

139139
Example Usage
@@ -145,17 +145,6 @@ Example Usage
145145
GoogleReCaptchaV3::setAction($action)->verifyResponse($value)->isSuccess);
146146
```
147147

148-
#### Facade Class
149-
150-
151-
``` php
152-
GoogleReCaptchaV3::setAction($action)->verifyResponse($response);
153-
```
154-
155-
$action: Google reCAPTCHA definition
156-
157-
$response: which is a value comes from g-recaptcha-response
158-
159148

160149
## Advanced Usage
161150

0 commit comments

Comments
 (0)