Skip to content

Commit

Permalink
added: getDescription(): string
Browse files Browse the repository at this point in the history
  • Loading branch information
skerbis authored Dec 28, 2021
1 parent cbbd4ae commit d21b9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/recaptcha/lib/yform/value/recaptcha_v3.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function enterObject()
$this->params['form_output'][$this->getId()] = $this->parse('value.recaptcha_v3.tpl.php', compact('publicKey', 'loadScript'));
}

public function getDescription()
public function getDescription(): string
{
return 'recaptcha_v3|name|public_key|private_key|error_message|load_script[1,0]|';
}
Expand Down

0 comments on commit d21b9aa

Please sign in to comment.