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 f057854 commit 0388426Copy full SHA for 0388426
src/GoogleReCaptchaV3.php
@@ -66,11 +66,7 @@ public function background()
66
return;
67
}
68
69
- return app('view')
70
- ->make(
71
- $this->getBackgroundView(),
72
- $this->prepareBackgroundData()
73
- );
+ return app('view')->make($this->getBackgroundView(), $this->prepareBackgroundData());
74
75
76
/**
@@ -83,11 +79,7 @@ public function render($mappers = [])
83
79
84
80
85
81
86
87
88
- $this->getView(),
89
- $this->prepareViewData($mappers)
90
82
+ return app('view')->make($this->getView(), $this->prepareViewData($mappers));
91
92
93
0 commit comments