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

Commit d1ace03

Browse files
committed
Improve code
1 parent f551c2b commit d1ace03

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/ReCaptchaBuilder.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,4 +383,13 @@ protected function returnArray(): bool
383383

384384
return ($this->version == 'v3');
385385
}
386+
387+
/**
388+
* @return string
389+
*/
390+
public function getOnLoadCallback(): string
391+
{
392+
393+
return "";
394+
}
386395
}

0 commit comments

Comments
 (0)