File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ Example Usage
107
107
108
108
```
109
109
110
- Note: all actions should be registered in googlerecaptchav3 config file in 'setting' section.
110
+ Note: For score comparision, all actions should be registered in googlerecaptchav3 config file under 'setting' section.
111
111
112
112
You can also customise your own template under googlerecaptchav3 folder.
113
113
@@ -122,9 +122,6 @@ You can also customise your own template under googlerecaptchav3 folder.
122
122
];
123
123
```
124
124
125
- 'g-recaptcha-response' is the name of your input field, which is currently hard-coded.
126
-
127
- GoogleReCaptchaValidationRule($actionName, $ip) which accepts two optional parameters:
128
125
- $actionName: if its NULL, the package won't verify action with google response.
129
126
130
127
#### Facade Class
@@ -138,7 +135,6 @@ $action: Google reCAPTCHA definition
138
135
139
136
$response: which is a value comes from g-recaptcha-response
140
137
141
- $ip: optional
142
138
143
139
## Advanced Usage
144
140
You can’t perform that action at this time.
0 commit comments