Skip to content

Commit 0388426

Browse files
committed
fixed structurea
1 parent f057854 commit 0388426

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

src/GoogleReCaptchaV3.php

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,7 @@ public function background()
6666
return;
6767
}
6868

69-
return app('view')
70-
->make(
71-
$this->getBackgroundView(),
72-
$this->prepareBackgroundData()
73-
);
69+
return app('view')->make($this->getBackgroundView(), $this->prepareBackgroundData());
7470
}
7571

7672
/**
@@ -83,11 +79,7 @@ public function render($mappers = [])
8379
return;
8480
}
8581

86-
return app('view')
87-
->make(
88-
$this->getView(),
89-
$this->prepareViewData($mappers)
90-
);
82+
return app('view')->make($this->getView(), $this->prepareViewData($mappers));
9183
}
9284

9385
/**

0 commit comments

Comments
 (0)