Skip to content

Commit

Permalink
fix: Inserting parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
joserick committed Oct 14, 2024
1 parent 7bf2ddb commit cde4cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelLivewireDiscoverManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class LaravelLivewireDiscoverManager extends LivewireManager
*/
public function componentNamespace(string $namespace, string $prefix): void
{
$this->discover($namespace, $prefix);
$this->discover($prefix, $namespace);
}

/**
Expand Down

0 comments on commit cde4cbf

Please sign in to comment.