File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Features
1515 * Not printable by default
1616 * Development keys by default
1717 * Better responsive Improvements
18- * Support for google [ reCaptcha] ( https://www.hcaptcha .com/ ) and also [ hCaptcha] ( https://developers.google .com/recaptcha )
18+ * Support for google [ reCaptcha] ( https://developers.google .com/recaptcha ) and also [ hCaptcha] ( https://www.hcaptcha .com )
1919 * Support for multiple validators, widgets and keys at the same time
2020
2121Installation
Original file line number Diff line number Diff line change @@ -63,6 +63,10 @@ public function init()
6363 continue ;
6464 }
6565
66+ if (!in_array ($ this ->attribute , $ validator ->attributes )) {
67+ continue ;
68+ }
69+
6670 $ this ->type = empty ($ this ->type )? $ validator ->type : $ this ->type ;
6771 $ this ->siteKey = empty ($ this ->siteKey )? $ validator ->siteKey : $ this ->siteKey ;
6872 }
You can’t perform that action at this time.
0 commit comments