Skip to content

Commit 7468a0b

Browse files
authored
Merge pull request #2 from coderflexx/widget-naming
Component Prefix
2 parents 254b44f + ccd7307 commit 7468a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelTurnstileServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ public function configurePackage(Package $package): void
1919
->name('laravel-turnstile')
2020
->hasConfigFile()
2121
->hasViews('turnstile')
22-
->hasViewComponent('turnstile', TurnstileWidget::class);
22+
->hasViewComponent('', TurnstileWidget::class);
2323
}
2424
}

0 commit comments

Comments
 (0)