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.
2 parents 254b44f + ccd7307 commit 7468a0bCopy full SHA for 7468a0b
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