Skip to content

Commit b9f2637

Browse files
authored
Update GoogleReCaptchaV3Response.php
1 parent 599a8d0 commit b9f2637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/GoogleReCaptchaV3Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function setSuccess($value)
5252
/**
5353
* @param string $value
5454
*/
55-
public function setMessage(string $value)
55+
public function setMessage($value)
5656
{
5757
$this->message = $value;
5858
}

0 commit comments

Comments
 (0)