Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 committed Jul 29, 2024
1 parent f1c265b commit 1cab3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WireUseServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function packageBooted(): void
public function packageRegistered(): void
{
$this->app->singleton(ComponentScout::class, fn () => new ComponentScout);
$this->app->singleton(LivewireScout::class, fn () => new LivewireScout());
$this->app->singleton(LivewireScout::class, fn () => new LivewireScout);
}

protected function registerFeatures(): static
Expand Down

0 comments on commit 1cab3b5

Please sign in to comment.