Skip to content

Commit

Permalink
Fix anonymousComponentPath
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 committed May 3, 2024
1 parent 85ccd75 commit fa32ccf
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 @@ -145,7 +145,7 @@ protected function registerAnonymousComponent(): static
}

Blade::anonymousComponentPath(
path: __DIR__.'/resources/views/components',
path: __DIR__.'/../resources/views/components',
prefix: 'wireuse'
);

Expand Down

0 comments on commit fa32ccf

Please sign in to comment.