We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3a79a commit ff625eeCopy full SHA for ff625ee
src/GoogleRecaptchaV3.php
@@ -14,7 +14,7 @@ class GoogleRecaptchaV3
14
public function boot(): void
15
{
16
Blade::directive('recaptcha', fn (string $expression) => (
17
- '<?php echo app('.static::class.")->renderHtml({$expression}); ?>"
+ '<?php echo app('.self::class.")->renderHtml({$expression}); ?>"
18
));
19
20
Rule::macro('googleRecaptchaV3', fn (?float $scoreThreshold = null) => (
0 commit comments