Skip to content

Commit

Permalink
Merge pull request #2 from coderflexx/widget-naming
Browse files Browse the repository at this point in the history
Component Prefix
  • Loading branch information
ousid authored May 30, 2023
2 parents 254b44f + ccd7307 commit 7468a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelTurnstileServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ public function configurePackage(Package $package): void
->name('laravel-turnstile')
->hasConfigFile()
->hasViews('turnstile')
->hasViewComponent('turnstile', TurnstileWidget::class);
->hasViewComponent('', TurnstileWidget::class);
}
}

0 comments on commit 7468a0b

Please sign in to comment.