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 40bccc8 commit 2238240Copy full SHA for 2238240
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('.static::class.")->renderHtml({$expression}); ?>"
18
));
19
20
Rule::macro('googleRecaptchaV3', fn (?float $scoreThreshold = null) => (
0 commit comments