Skip to content

Commit 2238240

Browse files
Fix styling
1 parent 40bccc8 commit 2238240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GoogleRecaptchaV3.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class GoogleRecaptchaV3
1414
public function boot(): void
1515
{
1616
Blade::directive('recaptcha', fn (string $expression) => (
17-
"<?php echo app(".static::class.")->renderHtml({$expression}); ?>"
17+
'<?php echo app('.static::class.")->renderHtml({$expression}); ?>"
1818
));
1919

2020
Rule::macro('googleRecaptchaV3', fn (?float $scoreThreshold = null) => (

0 commit comments

Comments
 (0)