Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Mar 10, 2024
1 parent 5803125 commit 0d4d14e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions App/Service/ReCaptcha/ReCaptcha.php
Expand Up @@ -12,6 +12,20 @@

class ReCaptcha {

/**
* Site key.
*
* @var string
*/
protected $site_key = null;

/**
* Secret key.
*
* @var string
*/
protected $secret_key = null;

/**
* Constructor.
*/
Expand Down

0 comments on commit 0d4d14e

Please sign in to comment.