Skip to content

Commit 47def97

Browse files
FIX blade directive
1 parent 0b554d3 commit 47def97

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
@@ -76,7 +76,7 @@ public function renderHtml(Badge $badge): string
7676
}
7777

7878
$parts = [
79-
str($this->getJsScriptUrl($badge))->wrap('<script>', '</script>'),
79+
'<script src="'.$this->getJsScriptUrl($badge).'"></script>',
8080
str($this->getJsTokenScript())->wrap('<script>', '</script>'),
8181
];
8282

0 commit comments

Comments
 (0)