Skip to content

Commit 07c179a

Browse files
committed
UPDATED
1 parent 714b98b commit 07c179a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Providers/GoogleReCaptchaV3ServiceProvider.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ public function boot()
3030
if ($this->app->runningInConsole()) {
3131
$this->bootForConsole();
3232
}
33-
34-
Blade::directive('recaptchav3', function ($expression) {
35-
return GoogleReCaptchaV3Facade::render($expression);
36-
});
37-
3833
}
3934

4035

0 commit comments

Comments
 (0)