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 ff625ee commit 0b554d3Copy full SHA for 0b554d3
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('.self::class.")->renderHtml({$expression}); ?>"
+ "<?php echo app(\Maize\GoogleRecaptchaV3\GoogleRecaptchaV3::class)->renderHtml({$expression}); ?>"
18
));
19
20
Rule::macro('googleRecaptchaV3', fn (?float $scoreThreshold = null) => (
0 commit comments