Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Apr 18, 2024
1 parent 13ce788 commit 7ea8a00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/integrations/captchas/Recaptcha.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ class Recaptcha extends Captcha
public string $badge = 'bottomright';
public string $language = 'en';
public float $minScore = 0.5;
public ?string $projectId = null;
public string $scriptLoadingMethod = 'asyncDefer';
public ?string $enterpriseType = 'score';
public ?string $projectId = null;
Expand Down

0 comments on commit 7ea8a00

Please sign in to comment.