File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ public function __construct(GoogleReCaptchaV3Service $service)
32
32
public static function setHasAction ($ value )
33
33
{
34
34
self ::$ hasAction = $ value ;
35
+
35
36
return self ::$ hasAction ;
36
37
}
37
38
@@ -63,7 +64,7 @@ public function prepareBackgroundData()
63
64
{
64
65
return [
65
66
'publicKey ' => $ this ->getConfig ()->getSiteKey (),
66
- 'display ' => $ this ->getConfig ()->getBackgroundBadgeDisplay ()
67
+ 'display ' => $ this ->getConfig ()->getBackgroundBadgeDisplay (),
67
68
];
68
69
}
69
70
@@ -85,7 +86,7 @@ public function background()
85
86
*/
86
87
public function render ($ mappers = [])
87
88
{
88
- if (!$ this ->getConfig ()->isServiceEnabled ()) {
89
+ if (! $ this ->getConfig ()->isServiceEnabled ()) {
89
90
return ;
90
91
}
91
92
@@ -96,7 +97,6 @@ public function render($mappers = [])
96
97
);
97
98
}
98
99
99
-
100
100
/**
101
101
* @return mixed|string
102
102
*/
You can’t perform that action at this time.
0 commit comments