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 254b44f commit ccd7307Copy full SHA for ccd7307
src/LaravelTurnstileServiceProvider.php
@@ -19,6 +19,6 @@ public function configurePackage(Package $package): void
19
->name('laravel-turnstile')
20
->hasConfigFile()
21
->hasViews('turnstile')
22
- ->hasViewComponent('turnstile', TurnstileWidget::class);
+ ->hasViewComponent('', TurnstileWidget::class);
23
}
24
0 commit comments