Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit 3c906c0

Browse files
committed
getIpWhitelist method becomes public
1 parent 1900e03 commit 3c906c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReCaptchaBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public function setSkipByIp(bool $skip_by_ip): ReCaptchaBuilder {
113113
/**
114114
* @return array|mixed
115115
*/
116-
protected function getIpWhitelist() {
116+
public function getIpWhitelist() {
117117
$whitelist = config('recaptcha.skip_ip', []);
118118

119119
if(!is_array($whitelist)) {

0 commit comments

Comments
 (0)